feat: Start merged profiles and communities.

This commit is contained in:
2024-09-06 10:59:13 +10:00
parent 7069c87e8e
commit bc073363b9
4 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import logging
logger = logging.getLogger(__name__)
from .cog import ProfileCog
async def setup(bot):
await bot.add_cog(ProfileCog(bot))