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

View File

@@ -0,0 +1,5 @@
from .exec_cog import Exec
async def setup(bot):
await bot.add_cog(Exec(bot))