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

This commit is contained in:
Naomi Carrigan 2025-05-22 20:16:17 -07:00
parent a4fdcbeddb
commit 29d0a25073
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "naomis-moderation-bot", "name": "celestine",
"version": "1.3.0", "version": "1.3.0",
"description": "A public paid moderation bot for Discord.", "description": "A public paid moderation bot for Discord.",
"main": "prod/index.js", "main": "prod/index.js",

View File

@ -32,7 +32,7 @@ export const help: Command = {
); );
const embed = new EmbedBuilder(); const embed = new EmbedBuilder();
embed.setTitle("Naomi's Moderation Bot"); embed.setTitle("Celestine");
embed.setDescription( embed.setDescription(
"This is a highly focused moderation bot designed to deliver the best experience when it comes to keeping your community safe and welcoming. To ensure we are able to deliver the features our users require, this bot is only available through a $5/month subscription." "This is a highly focused moderation bot designed to deliver the best experience when it comes to keeping your community safe and welcoming. To ensure we are able to deliver the features our users require, this bot is only available through a $5/month subscription."
); );

View File

@ -49,7 +49,7 @@ export const serve = async (bot: ExtendedClient) => {
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Naomi's Mod Bot</title> <title>Celestine</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="A paid moderation bot for Discord." /> <meta name="description" content="A paid moderation bot for Discord." />
@ -57,7 +57,8 @@ export const serve = async (bot: ExtendedClient) => {
</head> </head>
<body> <body>
<main> <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> <section>
<p>A paid moderation bot for Discord.</p> <p>A paid moderation bot for Discord.</p>
</section> </section>