diff options
| author | 2019-12-12 09:38:26 +0100 | |
|---|---|---|
| committer | 2019-12-12 09:38:26 +0100 | |
| commit | bc9b335454d0183013b4f89f2923b638dcc127ba (patch) | |
| tree | 352590131901761642f95afa521f7b16fbe28bc4 | |
| parent | Merge branch 'master' into #364-offensive-msg-autodeletion (diff) | |
Make use of the Bot subclass
| -rw-r--r-- | bot/cogs/filtering.py | 2 |
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 |