rewrite: Begin shop module.
This commit is contained in:
8
bot/modules/shop/__init__.py
Normal file
8
bot/modules/shop/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from babel import LocalBabel
|
||||
|
||||
babel = LocalBabel('shop')
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import Shopping
|
||||
await bot.add_cog(Shopping(bot))
|
||||
Reference in New Issue
Block a user