aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-19 04:23:21 +0000
committerGravatar Joe Banks <[email protected]>2020-12-19 04:23:21 +0000
commitbc98110449933086fdfee7d949074caf9c4f0553 (patch)
tree5ecd7ca85eb964851cd1a979dd4b21c344f6289b
parentkaizen: remove role check from bot account commands (diff)
Remove unused import
-rw-r--r--bot/exts/utils/bot.py2
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__)