diff options
-rw-r--r-- | bot/cogs/verification.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 74064305e..0be8b7bcf 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -4,7 +4,7 @@ from discord import Message, NotFound, Object from discord.ext.commands import Bot, Context, command from bot.constants import Channels, Roles -from bot.decorators import in_channel, with_role, without_role +from bot.decorators import in_channel, without_role log = logging.getLogger(__name__) |