diff options
author | 2022-08-03 13:56:02 -0400 | |
---|---|---|
committer | 2022-08-03 13:56:02 -0400 | |
commit | 2d16b21988dc71992c325bbc3e8f87284f3d5918 (patch) | |
tree | b41418d7e6076957e1eb29a005d06b4b4937e3a2 | |
parent | Updated `purge` to require >1 users (diff) |
Removed unused import
-rw-r--r-- | bot/exts/moderation/clean.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/clean.py b/bot/exts/moderation/clean.py index a6104d91c..8f2a1e3db 100644 --- a/bot/exts/moderation/clean.py +++ b/bot/exts/moderation/clean.py @@ -7,7 +7,7 @@ from datetime import datetime from itertools import takewhile from typing import Callable, Iterable, Literal, Optional, TYPE_CHECKING, Union -from discord import Colour, Embed, Message, NotFound, TextChannel, Thread, User, errors +from discord import Colour, Message, NotFound, TextChannel, Thread, User, errors from discord.ext.commands import Cog, Context, Converter, Greedy, command, group, has_any_role from discord.ext.commands.converter import TextChannelConverter from discord.ext.commands.errors import BadArgument |