diff options
| -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 |