mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
Fixed /soggy command
This commit is contained in:
parent
8227d88e72
commit
c63efe5e67
@ -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…
x
Reference in New Issue
Block a user