diff options
| -rw-r--r-- | bot/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/decorators.py b/bot/decorators.py index 5b4a0cbac..710045c10 100644 --- a/bot/decorators.py +++ b/bot/decorators.py @@ -10,7 +10,7 @@ from discord.ext import commands from discord.ext.commands import CheckFailure, Context from bot.constants import ERROR_REPLIES -from bot.utils.checks import in_channel_check, with_role_check, without_role_check +from bot.utils.checks import with_role_check, without_role_check log = logging.getLogger(__name__) |