6 lines
89 B
Python
6 lines
89 B
Python
from .cog import Analytics
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Analytics(bot))
|