aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2018-04-19 09:12:50 +0100
committerGravatar GitHub <[email protected]>2018-04-19 09:12:50 +0100
commit9cc874d34ad23d341c5b25dcb9877adcaf0b193e (patch)
tree229ac02acda9ea133c613ae7c020e2a21ef5da38
parentChanged Bot Avatar URL to appropriate constant (diff)
Flake8 my ass!
-rw-r--r--bot/cogs/bot.py8
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