diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:35:42 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-01-22 18:35:42 +0000 |
commit | ff7185cefbdf503660b799357474705d9aa406ef (patch) | |
tree | 7dc2c6539482340545884b01eb9c48211b73a758 /cogs/errorhandler.py | |
parent | 748754338e7801959795fe61622f01aed34833f5 (diff) | |
download | steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar.gz steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar.bz2 steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar.lz steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar.xz steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.tar.zst steve-bot-ff7185cefbdf503660b799357474705d9aa406ef.zip |
Add missing import
Diffstat (limited to 'cogs/errorhandler.py')
-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 |