Brandon209-Red-bot-Cogs/costmanager/__init__.py

8 lines
164 B
Python
Raw Normal View History

2020-02-01 12:49:44 +13:00
from .manager import CostManager
__red_end_user_data_statement__ = "This cog won't store anything for a user."
2020-02-01 13:37:32 +13:00
2021-02-06 21:42:47 +13:00
2020-02-01 12:49:44 +13:00
def setup(bot):
bot.add_cog(CostManager(bot))