rewrite: Rewrite economy module.
This commit is contained in:
5
bot/modules/economy/__init__.py
Normal file
5
bot/modules/economy/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .cog import Economy
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(Economy(bot))
|
||||
Reference in New Issue
Block a user