aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/test.ts
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-25 16:42:31 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-25 16:42:31 +0000
commitaecaffcbfe80600f272f74af0c7ac2f121923c51 (patch)
treecb69c4d2fa0d3c738704d807ce0b83f57a5311ad /src/commands/dev/test.ts
parent6d27d53623d84127c43d3146619106e540549038 (diff)
downloadtanzanite-aecaffcbfe80600f272f74af0c7ac2f121923c51.tar.gz
tanzanite-aecaffcbfe80600f272f74af0c7ac2f121923c51.tar.bz2
tanzanite-aecaffcbfe80600f272f74af0c7ac2f121923c51.zip
Automatically format code
Diffstat (limited to 'src/commands/dev/test.ts')
-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)]);
}