diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-05-18 23:59:12 -0400 |
---|---|---|
committer | TymanWasTaken <tyman@tyman.tech> | 2021-05-18 23:59:12 -0400 |
commit | 26fd95c5c4a5e78200274b306413e07c7def1b8d (patch) | |
tree | e9c877d3054bd549f189c9db483081350981e509 /src/commands/moulberry-bush | |
parent | c724e94dd95e62d5ba0cb1b94f6d5d76145302c0 (diff) | |
download | tanzanite-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.ts | 3 |
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); } |