Add exec module.

This commit is contained in:
2025-08-25 15:41:43 +10:00
parent a2bbacfeb0
commit 632598dbd4
3 changed files with 342 additions and 0 deletions

View File

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