sharting my brains out on this one

This commit is contained in:
fzzinchemical
2025-04-13 22:51:07 +02:00
parent ae73304f06
commit 892841524c
3 changed files with 49 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ export async function rule34MessageHandler(bot: Bot, message: Message) {
}
} else if (command === "help") {
logMessage(message);
bot.helpers.sendMessage(message.channelId, {
content: defaultString(help()),
});