diff options
Diffstat (limited to 'cogs')
-rw-r--r-- | cogs/errorhandler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cogs/errorhandler.py b/cogs/errorhandler.py index 3363d4a..d428d72 100644 --- a/cogs/errorhandler.py +++ b/cogs/errorhandler.py @@ -1,6 +1,7 @@ import sys import traceback +import discord from discord.ext import commands |