Skip to content

Commit c7fa711

Browse files
ci: auto fixes from pre-commit.com hooks
1 parent 135b040 commit c7fa711

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exts/on_cmd_error.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ async def on_command_error(
2626
)
2727
await event.ctx.send(
2828
embeds=utils.error_embed_generate(
29-
"You're doing that command too fast! "
30-
+ "Try again in"
29+
"You're doing that command too fast! " + "Try again in"
3130
f" `{humanize.precisedelta(delta_wait, format='%0.0f')}`."
3231
)
3332
)

0 commit comments

Comments
 (0)