SeaCogs/hotreload/__init__.py
cswimr bf907ac0e1
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Lint Code (Ruff & Pylint) (push) Failing after 40s
feat(hotreload): init
2025-01-25 22:46:59 +00:00

5 lines
95 B
Python

from .hotreload import HotReload
async def setup(bot):
await bot.add_cog(HotReload(bot))