diff options
author | 2020-12-19 04:23:21 +0000 | |
---|---|---|
committer | 2020-12-19 04:23:21 +0000 | |
commit | bc98110449933086fdfee7d949074caf9c4f0553 (patch) | |
tree | 5ecd7ca85eb964851cd1a979dd4b21c344f6289b | |
parent | kaizen: remove role check from bot account commands (diff) |
Remove unused import
-rw-r--r-- | bot/exts/utils/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/bot.py b/bot/exts/utils/bot.py index 03c98677f..a4c828f95 100644 --- a/bot/exts/utils/bot.py +++ b/bot/exts/utils/bot.py @@ -5,7 +5,7 @@ from discord import Embed, TextChannel from discord.ext.commands import Cog, Context, command, group, has_any_role from bot.bot import Bot -from bot.constants import Guild, MODERATION_ROLES, Roles, URLs +from bot.constants import Guild, MODERATION_ROLES, URLs log = logging.getLogger(__name__) |