aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/error_handler.py
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-02-24 19:30:21 +0530
committerGravatar GitHub <[email protected]>2021-02-24 19:30:21 +0530
commit550e0e8488c77db0a0c43e2bfc948a65551f5be8 (patch)
tree9b4fa77985fcee940ef1cbfce7bf2fb001edd138 /bot/exts/evergreen/error_handler.py
parentMake Flake8 happy (reorder imports) (diff)
Correct the parentheses format
Co-authored-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'bot/exts/evergreen/error_handler.py')
-rw-r--r--bot/exts/evergreen/error_handler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/exts/evergreen/error_handler.py b/bot/exts/evergreen/error_handler.py
index 83091ba8..28902503 100644
--- a/bot/exts/evergreen/error_handler.py
+++ b/bot/exts/evergreen/error_handler.py
@@ -86,7 +86,8 @@ class CommandErrorHandler(commands.Cog):
await ctx.send(
embed=self.error_embed(
f"This command can only be used in the server. Go to <#{Channels.community_bot_commands}> instead!",
- NEGATIVE_REPLIES)
+ NEGATIVE_REPLIES
+ )
)
return