aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-16 14:34:48 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-16 14:34:48 +0000
commitede5c716b90994a026e7bf483a28474f4d970495 (patch)
treec676ea2481b6f2d2f444346bc210aad389cbf43b
parentSynchronise roles to the site. (diff)
snekchek
-rw-r--r--bot/cogs/events.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/bot/cogs/events.py b/bot/cogs/events.py
index ec04d2912..d3fb00bea 100644
--- a/bot/cogs/events.py
+++ b/bot/cogs/events.py
@@ -1,6 +1,7 @@
# coding=utf-8
from aiohttp import ClientSession
-from discord import Member, Embed
+
+from discord import Embed, Member
from discord.ext.commands import (
AutoShardedBot, BadArgument, BotMissingPermissions,
CommandError, CommandInvokeError, Context,
@@ -8,9 +9,7 @@ from discord.ext.commands import (
)
from bot.constants import (
- SITE_API_KEY, SITE_API_USER_URL, PYTHON_GUILD, OWNER_ROLE, ADMIN_ROLE, MODERATOR_ROLE,
- DEVOPS_ROLE,
- DEVLOG_CHANNEL
+ ADMIN_ROLE, DEVLOG_CHANNEL, DEVOPS_ROLE, MODERATOR_ROLE, OWNER_ROLE, PYTHON_GUILD, SITE_API_KEY, SITE_API_USER_URL
)