diff --git a/src/commands/fun.js b/src/commands/fun.js index 225d39b..983c906 100644 --- a/src/commands/fun.js +++ b/src/commands/fun.js @@ -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) {