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 d9e27d652..ac5da7d87 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -1,6 +1,6 @@ import logging -from discord import Message, Object, NotFound +from discord import Message, NotFound, Object from discord.ext.commands import Bot, Context, command from bot.constants import Channels, Roles |