feat(seautils): added the cog
This commit is contained in:
parent
09ab8aa69d
commit
7bd9531b58
3 changed files with 59 additions and 0 deletions
5
seautils/__init__.py
Normal file
5
seautils/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .seautils import SeaUtils
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(SeaUtils(bot))
|
Loading…
Add table
Add a link
Reference in a new issue