aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands/moulberry-bush/rule.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts
index 492a660..bd8b08a 100644
--- a/src/commands/moulberry-bush/rule.ts
+++ b/src/commands/moulberry-bush/rule.ts
@@ -163,7 +163,8 @@ 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);
}