diff options
| author | 2019-01-13 01:08:27 +0100 | |
|---|---|---|
| committer | 2019-01-13 01:08:27 +0100 | |
| commit | 57c65d4dde7d6d3385b9f5270a4fce2805def910 (patch) | |
| tree | dd584f2868ec9a996e068b58e6f37e46c55c1dcb | |
| parent | fixing a bad conflict resolution (diff) | |
fixing a bad conflict resolution pt2
| -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__) |