aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-01-03 16:54:03 -0500
committerGravatar sco1 <[email protected]>2019-01-03 16:54:03 -0500
commit0453841a722bedd71392cc79132cfe4c87bee25d (patch)
treef1a093c7dfb28c8db7bfa9e0718104442851ed3a
parentMove user notification bools to config (diff)
Fix import order
-rw-r--r--bot/cogs/filtering.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/filtering.py b/bot/cogs/filtering.py
index fe4009a32..27ec6aad9 100644
--- a/bot/cogs/filtering.py
+++ b/bot/cogs/filtering.py
@@ -1,8 +1,8 @@
import logging
import re
-from discord import Colour, DMChannel, Member, Message, TextChannel
import discord.errors
+from discord import Colour, DMChannel, Member, Message, TextChannel
from discord.ext.commands import Bot
from bot.cogs.modlog import ModLog