aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-05 18:07:40 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-05 18:07:40 +0100
commita3315d10b070a89bed9cd0ff983cdf1bc8d8f87b (patch)
tree3d1ed0b1523d548c71b85e988dac79e73538f0b2
parent[Verification] Don't break if another bot removed the message (diff)
Linting
-rw-r--r--bot/cogs/verification.py2
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