SeaCogs/seautils/__init__.py

6 lines
92 B
Python
Raw Normal View History

2024-05-13 19:26:13 -04:00
from .seautils import SeaUtils
async def setup(bot):
await bot.add_cog(SeaUtils(bot))