feat(seautils): added the cog
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 44s

This commit is contained in:
SeaswimmerTheFsh 2024-05-13 19:26:13 -04:00
parent 09ab8aa69d
commit 7bd9531b58
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
3 changed files with 59 additions and 0 deletions

5
seautils/__init__.py Normal file
View file

@ -0,0 +1,5 @@
from .seautils import SeaUtils
async def setup(bot):
await bot.add_cog(SeaUtils(bot))