Fixed /soggy command

This commit is contained in:
Lucas Gabriel 2025-01-10 10:12:09 -03:00
parent 8227d88e72
commit c63efe5e67
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -97,7 +97,7 @@ module.exports = (bot) => {
sendRandomReply(ctx, resources.gayFlag, 'isGay', 'isNtGay');
});
bot.command('soggy', 'soggycat', spamwatchMiddleware, async (ctx) => {
bot.command(['soggy', 'soggycat'], spamwatchMiddleware, async (ctx) => {
const userInput = ctx.message.text.split(' ')[1];
switch (true) {