feat: rename and avatar
Node.js CI / Lint and Test (push) Successful in 1m5s
Code Analysis / SonarQube (push) Successful in 1m20s

This commit is contained in:
2025-05-22 20:16:17 -07:00
parent a4fdcbeddb
commit 29d0a25073
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -49,7 +49,7 @@ export const serve = async (bot: ExtendedClient) => {
<!DOCTYPE html>
<html>
<head>
<title>Naomi's Mod Bot</title>
<title>Celestine</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="A paid moderation bot for Discord." />
@@ -57,7 +57,8 @@ export const serve = async (bot: ExtendedClient) => {
</head>
<body>
<main>
<h1>Naomi's Mod Bot</h1>
<h1>Celestine</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/celestine-full.png" width="250" alt="Celestine" />
<section>
<p>A paid moderation bot for Discord.</p>
</section>