aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/error_handler.py2
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