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