rewrite: Rewrite economy module.

This commit is contained in:
2022-11-30 16:59:31 +02:00
parent 01f967b0e6
commit 73bf63cf70
5 changed files with 982 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
from .cog import Economy
async def setup(bot):
await bot.add_cog(Economy(bot))