Profile schema and discord hook

This commit is contained in:
2025-08-25 23:23:41 +10:00
parent fc3bdcbb5c
commit 5fa0df66f5
8 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .. import logger
async def setup(bot):
from .cog import ProfilesCog
await bot.add_cog(ProfilesCog(bot))