aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/dev/test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/dev/test.ts b/src/commands/dev/test.ts
index 49a3133..858e34b 100644
--- a/src/commands/dev/test.ts
+++ b/src/commands/dev/test.ts
@@ -147,7 +147,6 @@ export default class TestCommand extends BushCommand {
}** global commands.`
);
} else if (['drop down', 'drop downs', 'select menu', 'select menus'].includes(args?.feature?.toLowerCase())) {
-
}
return await message.util.reply(responses[Math.floor(Math.random() * responses.length)]);
}