diff options
author | 2018-04-19 09:12:50 +0100 | |
---|---|---|
committer | 2018-04-19 09:12:50 +0100 | |
commit | 9cc874d34ad23d341c5b25dcb9877adcaf0b193e (patch) | |
tree | 229ac02acda9ea133c613ae7c020e2a21ef5da38 | |
parent | Changed Bot Avatar URL to appropriate constant (diff) |
Flake8 my ass!
-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 |