diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-25 16:42:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-25 16:42:31 +0000 |
commit | aecaffcbfe80600f272f74af0c7ac2f121923c51 (patch) | |
tree | cb69c4d2fa0d3c738704d807ce0b83f57a5311ad /src/commands/dev/test.ts | |
parent | 6d27d53623d84127c43d3146619106e540549038 (diff) | |
download | tanzanite-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.ts | 1 |
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)]); } |