diff options
-rw-r--r-- | bot/cogs/bot.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index e3925ade1..ca92f2741 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -9,10 +9,10 @@ from discord.ext.commands import AutoShardedBot, Context, command, group from dulwich.repo import Repo from bot.constants import ( - ADMIN_ROLE, BOT_CHANNEL, DEVTEST_CHANNEL, - HELP1_CHANNEL, HELP2_CHANNEL, HELP3_CHANNEL, - MODERATOR_ROLE, OWNER_ROLE, PYTHON_CHANNEL, - PYTHON_GUILD, VERIFIED_ROLE, BOT_AVATAR_URL + ADMIN_ROLE, BOT_AVATAR_URL, BOT_CHANNEL, + DEVTEST_CHANNEL, HELP1_CHANNEL, HELP2_CHANNEL, + HELP3_CHANNEL, MODERATOR_ROLE, OWNER_ROLE, + PYTHON_CHANNEL, PYTHON_GUILD, VERIFIED_ROLE ) from bot.decorators import with_role |