aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
)