From 26fd95c5c4a5e78200274b306413e07c7def1b8d Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Tue, 18 May 2021 23:59:12 -0400 Subject: make github actions format code for me --- src/commands/moulberry-bush/rule.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/commands') diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts index bd8b08a..492a660 100644 --- a/src/commands/moulberry-bush/rule.ts +++ b/src/commands/moulberry-bush/rule.ts @@ -163,8 +163,7 @@ export default class RuleCommand extends BotCommand { await message.util.send(response[0], { embed: response[1] }); - } else { - await message.util.send(response); + } else { await message.util.send(response); } await message.delete().catch(() => undefined); } -- cgit