aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-05-18 23:59:12 -0400
committerTymanWasTaken <tyman@tyman.tech>2021-05-18 23:59:12 -0400
commit26fd95c5c4a5e78200274b306413e07c7def1b8d (patch)
treee9c877d3054bd549f189c9db483081350981e509 /src/commands/moulberry-bush
parentc724e94dd95e62d5ba0cb1b94f6d5d76145302c0 (diff)
downloadtanzanite-26fd95c5c4a5e78200274b306413e07c7def1b8d.tar.gz
tanzanite-26fd95c5c4a5e78200274b306413e07c7def1b8d.tar.bz2
tanzanite-26fd95c5c4a5e78200274b306413e07c7def1b8d.zip
make github actions format code for me
Diffstat (limited to 'src/commands/moulberry-bush')
-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);
}