Profile schema and discord hook
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .. import logger
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import ProfilesCog
|
||||
await bot.add_cog(ProfilesCog(bot))
|
||||
|
||||
Reference in New Issue
Block a user