Files
HoshiNoTama-discord/src/modules/sysadmin/__init__.py
2025-09-04 03:03:18 +10:00

6 lines
88 B
Python

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