aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/test.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-23 18:20:05 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-23 18:20:05 -0500
commitdae85af0bbc06fcc066723b2595b8355c9ae3c48 (patch)
tree25e0711ddb50367849dd377d54c02c5164a01bec /src/commands/dev/test.ts
parent0c5997a33c727ca72d4e0d22fe168d8b4b482d1b (diff)
downloadtanzanite-dae85af0bbc06fcc066723b2595b8355c9ae3c48.tar.gz
tanzanite-dae85af0bbc06fcc066723b2595b8355c9ae3c48.tar.bz2
tanzanite-dae85af0bbc06fcc066723b2595b8355c9ae3c48.zip
fix(TestCommand): don't have empty cases
Diffstat (limited to 'src/commands/dev/test.ts')
-rw-r--r--src/commands/dev/test.ts1
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;