Fixed /soggy command
This commit is contained in:
parent
8227d88e72
commit
c63efe5e67
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue