8 lines
181 B
Python
8 lines
181 B
Python
from .shop import Shop
|
|
|
|
__red_end_user_data_statement__ = "This cog stores discord IDs as needed for operation."
|
|
|
|
|
|
async def setup(bot):
|
|
cog = Shop()
|
|
await bot.add_cog(cog)
|