5 lines
92 B
Python
5 lines
92 B
Python
from .seautils import SeaUtils
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(SeaUtils(bot))
|