rewrite: Start SysAdmin module.

This commit is contained in:
2022-11-02 07:25:54 +02:00
parent b27ee447b3
commit 0f913a5620
3 changed files with 233 additions and 0 deletions

2
bot/modules/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
async def setup(bot):
await bot.load_extension('modules.bot_admin')