aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-19 03:59:53 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-19 03:59:53 +0000
commit6edfb359bb76b908f1edabfb2d5bf6bd5d20c68e (patch)
tree1522241a80ea3285ef49c03aa428b63b3932cde8
parent26fd95c5c4a5e78200274b306413e07c7def1b8d (diff)
downloadtanzanite-6edfb359bb76b908f1edabfb2d5bf6bd5d20c68e.tar.gz
tanzanite-6edfb359bb76b908f1edabfb2d5bf6bd5d20c68e.tar.bz2
tanzanite-6edfb359bb76b908f1edabfb2d5bf6bd5d20c68e.zip
Automatically format code
-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);
}