generated from nhcarrigan/template
feat: rename and avatar
This commit is contained in:
parent
a4fdcbeddb
commit
29d0a25073
@ -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",
|
||||||
|
@ -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."
|
||||||
);
|
);
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user