diff options
-rw-r--r-- | bot/cogs/snekbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py index 120ceb4e5..81185cf3e 100644 --- a/bot/cogs/snekbox.py +++ b/bot/cogs/snekbox.py @@ -7,7 +7,7 @@ from typing import Optional, Tuple from discord.ext.commands import Bot, Cog, Context, command, guild_only -from bot.constants import Channels, URLs, Roles +from bot.constants import Channels, Roles, URLs from bot.decorators import in_channel from bot.utils.messages import wait_for_deletion |