Files
croccybot/bot/analytics/__init__.py

6 lines
89 B
Python

from .cog import Analytics
async def setup(bot):
await bot.add_cog(Analytics(bot))