enhancement(lint): Fix lint errors for src/commands/on_message.ts

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-03-26 23:29:05 +00:00 committed by GitHub
parent 6696e1433d
commit bef7444ccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,14 +122,13 @@ export default class Message implements Command {
.map((e) => e.messages.length)
.reduce((a, b) => a + b, 0);
say(`\`\`\`\nUsers: ${users}\nMessages: ${mail}\`\`\``);
} else if(cmd == "potatogame") {
} else if (cmd == "potatogame") {
potatoGame(app);
app.client.chat.postMessage({
text: `Sending the game!`,
channel: event.channel,
})
}
else if (cmd == "crackthemail") {
});
} else if (cmd == "crackthemail") {
const userID = args[1] || event.user;
const mail = args[0];