diff options
author | 2019-11-25 15:56:57 +0100 | |
---|---|---|
committer | 2019-11-25 15:56:57 +0100 | |
commit | bc96cf43825dcdfea5f819e2bf52de46371b0b58 (patch) | |
tree | 564b0ebfc1500d4d60592dc204d08906a7089fcf | |
parent | Forgot the word 'hey' (diff) |
Change order of imports
-rw-r--r-- | bot/cogs/antimalware.py | 2 |
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 |