Files
croccybot/bot/modules/economy/__init__.py

6 lines
85 B
Python

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