diff options
author | 2021-06-16 07:31:23 +0000 | |
---|---|---|
committer | 2021-06-16 07:31:23 +0000 | |
commit | b9456b4047b658b868c5ea5a965c0610ce7d9736 (patch) | |
tree | ad6d8cc2d4deb3a9ea4fa92137f907c281c9ecf8 | |
parent | Use RedirectOutput.delete_delay (diff) |
Update bot/exts/help_channels/_cog.py
Co-authored-by: Xithrius <[email protected]>
-rw-r--r-- | bot/exts/help_channels/_cog.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index ce1530bc9..a9b847582 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -12,8 +12,7 @@ from discord.ext import commands from bot import constants from bot.bot import Bot -from bot.constants import Channels -from bot.constants import RedirectOutput +from bot.constants import Channels, RedirectOutput from bot.exts.help_channels import _caches, _channel, _message, _name, _stats from bot.utils import channel as channel_utils, lock, scheduling |