From aecaffcbfe80600f272f74af0c7ac2f121923c51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 16:42:31 +0000 Subject: Automatically format code --- src/commands/dev/test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/dev/test.ts') 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)]); } -- cgit