Initial commit

This commit is contained in:
Foxfire
2025-09-04 03:03:18 +10:00
commit 1657089957
58 changed files with 9082 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))