diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/dev/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts index 7bcc583..7bab0a1 100644 --- a/src/commands/dev/test.ts +++ b/src/commands/dev/test.ts @@ -138,6 +138,7 @@ export default class TestCommand extends BushCommand { return await message.util.reply(`${util.emojis.success} Removed guild commands and global commands.`); } else if (['drop down', 'drop downs', 'select menu', 'select menus'].includes(args?.feature?.toLowerCase())) { + return message.util.reply(`${util.emojis.error} no`); } else if (['sync automod'].includes(args?.feature?.toLowerCase())) { const row = (await Shared.findByPk(0))!; row.badLinks = badLinksArray; |