aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-13 15:13:22 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-13 15:13:22 +0000
commitd5c30df65435539cc3561ee630326303253e2428 (patch)
tree50847f117fb7dd196346d868b3cfdf5b37f4aaa2
parentGet user count from server members (diff)
I'm not even gonna check that error
-rw-r--r--bot/cogs/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py
index d5fb486d8..9351da472 100644
--- a/bot/cogs/bot.py
+++ b/bot/cogs/bot.py
@@ -4,7 +4,7 @@ from discord.ext.commands import AutoShardedBot, Context, command, group
from dulwich.repo import Repo
-from bot.constants import VERIFIED_ROLE, PYTHON_GUILD
+from bot.constants import PYTHON_GUILD, VERIFIED_ROLE
from bot.decorators import with_role