aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Deniz <[email protected]>2019-11-25 15:56:57 +0100
committerGravatar Deniz <[email protected]>2019-11-25 15:56:57 +0100
commitbc96cf43825dcdfea5f819e2bf52de46371b0b58 (patch)
tree564b0ebfc1500d4d60592dc204d08906a7089fcf
parentForgot the word 'hey' (diff)
Change order of imports
-rw-r--r--bot/cogs/antimalware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/antimalware.py b/bot/cogs/antimalware.py
index 4e8a3269b..24ce501c3 100644
--- a/bot/cogs/antimalware.py
+++ b/bot/cogs/antimalware.py
@@ -1,6 +1,6 @@
import logging
-from discord import Message, Embed
+from discord import Embed, Message
from discord.ext.commands import Bot, Cog
from bot.constants import AntiMalware as AntiMalwareConfig, Channels