diff options
| author | 2021-02-24 19:30:21 +0530 | |
|---|---|---|
| committer | 2021-02-24 19:30:21 +0530 | |
| commit | 550e0e8488c77db0a0c43e2bfc948a65551f5be8 (patch) | |
| tree | 9b4fa77985fcee940ef1cbfce7bf2fb001edd138 /bot | |
| parent | Make Flake8 happy (reorder imports) (diff) | |
Correct the parentheses format
Co-authored-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/exts/evergreen/error_handler.py | 3 | 
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 | 
