diff options
Diffstat (limited to 'bot.py')
-rw-r--r-- | bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import aiohttp import logging extensions = [ - "cogs.moderator", "cogs.general", "cogs.welcome", "cogs.utils", "cogs.help" + "cogs.welcome", "cogs.help", "cogs.moderator", "cogs.general", "cogs.utils" ] def get_prefix(bot, message): |