diff options
Diffstat (limited to 'bot')
-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 17254527..91bbf2e8 100644 --- a/bot/cogs/error_handler.py +++ b/bot/cogs/error_handler.py @@ -1,8 +1,8 @@ -from discord.ext import commands
import sys
import traceback
import math
import logging
+from discord.ext import commands
class CommandErrorHandler:
|