Files
croccybot/bot/modules/bot_admin/__init__.py

6 lines
84 B
Python

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