aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GDWR <[email protected]>2022-02-14 00:49:58 +0000
committerGravatar GDWR <[email protected]>2022-02-14 00:49:58 +0000
commitf8b5ef489b971224872a11e7a43f0b041192e336 (patch)
treefe3f689fdcc7581f8be2ce1c0d1d60a6bd4e4322
parent👌 Run bad word check on all voice state updates. (diff)
🚨 Remove unused imported
-rw-r--r--bot/exts/filters/filtering.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bot/exts/filters/filtering.py b/bot/exts/filters/filtering.py
index ae4ce5343..73962a667 100644
--- a/bot/exts/filters/filtering.py
+++ b/bot/exts/filters/filtering.py
@@ -11,9 +11,7 @@ import tldextract
from async_rediscache import RedisCache
from botcore.regex import DISCORD_INVITE
from dateutil.relativedelta import relativedelta
-from discord import (
- ChannelType, Colour, Embed, Forbidden, HTTPException, Member, Message, NotFound, TextChannel, VoiceState
-)
+from discord import ChannelType, Colour, Embed, Forbidden, HTTPException, Member, Message, NotFound, TextChannel
from discord.ext.commands import Cog
from discord.utils import escape_markdown