diff options
Diffstat (limited to '')
| -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 | 
