diff options
-rw-r--r-- | bot/seasons/evergreen/snakes/snakes_cog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py index e5ef9137..a5004bb8 100644 --- a/bot/seasons/evergreen/snakes/snakes_cog.py +++ b/bot/seasons/evergreen/snakes/snakes_cog.py @@ -1164,6 +1164,7 @@ class Snakes(Cog): # endregion # region: Error handlers + @Cog.listener() @get_command.error @card_command.error @video_command.error |