diff options
| author | 2018-02-13 15:13:22 +0000 | |
|---|---|---|
| committer | 2018-02-13 15:13:22 +0000 | |
| commit | d5c30df65435539cc3561ee630326303253e2428 (patch) | |
| tree | 50847f117fb7dd196346d868b3cfdf5b37f4aaa2 | |
| parent | Get user count from server members (diff) | |
I'm not even gonna check that error
| -rw-r--r-- | bot/cogs/bot.py | 2 |
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 |