turn !status into /status now that theres proper commands

This commit is contained in:
2025-12-20 07:31:45 -05:00
parent 42405dd268
commit d620b20ecf
2 changed files with 17 additions and 6 deletions

View File

@@ -82,12 +82,6 @@ client.on(Events.MessageCreate, message => {
)
}
if (message.content.startsWith('!status') && config.parentsAndOrGuardians.includes(message.author.id)) {
let status = message.content.substring('!status'.length).trim();
client.user.setActivity(status, { type: ActivityType.Custom });
config.status = status;
}
// wouldnt it be funny to react to 1 in like 1000 messages with emoji from a list
if (Math.random() < 0.001 && !message.author.bot) {
const customEmojis = [