diff options
| -rw-r--r-- | bot/cogs/error_handler.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/error_handler.py b/bot/cogs/error_handler.py index cf514e5c6..a951dc712 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -91,7 +91,7 @@ class ErrorHandler(Cog):                      await self.on_command_error(ctx, tag_error)                      return -                sent = await tags_cog.get_command(ctx, command_name) +                sent = await tags_cog.display_tag(ctx, command_name)                  if sent:                      return  |