3 lines
72 B
Python
3 lines
72 B
Python
async def setup(bot):
|
|
await bot.load_extension('modules.bot_admin')
|
async def setup(bot):
|
|
await bot.load_extension('modules.bot_admin')
|