aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/moulberry-bush/rule.ts3
1 files changed, 1 insertions, 2 deletions
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);
}