SeaCogs/seautils/__init__.py
SeaswimmerTheFsh 7bd9531b58
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 44s
feat(seautils): added the cog
2024-05-13 19:26:13 -04:00

5 lines
92 B
Python

from .seautils import SeaUtils
async def setup(bot):
await bot.add_cog(SeaUtils(bot))