Files
mrtuxie-discord/src/modules/sysadmin/__init__.py
2025-08-25 15:41:43 +10:00

6 lines
88 B
Python

async def setup(bot):
from .exec_cog import Exec
await bot.add_cog(Exec(bot))