aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-12-12 09:38:26 +0100
committerGravatar GitHub <[email protected]>2019-12-12 09:38:26 +0100
commitbc9b335454d0183013b4f89f2923b638dcc127ba (patch)
tree352590131901761642f95afa521f7b16fbe28bc4
parentMerge branch 'master' into #364-offensive-msg-autodeletion (diff)
Make use of the Bot subclass
-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 ca84e6240..9d88d9153 100644
--- a/bot/cogs/filtering.py
+++ b/bot/cogs/filtering.py
@@ -7,7 +7,7 @@ from typing import Mapping, Optional, Union
import discord.errors
from dateutil.relativedelta import relativedelta
from discord import Colour, DMChannel, Member, Message, NotFound, TextChannel
-from discord.ext.commands import Bot, Cog
+from discord.ext.commands import Cog
from bot.bot import Bot
from bot.cogs.moderation import ModLog