Brandon209-Red-bot-Cogs/costmanager/__init__.py
2021-02-06 03:42:47 -05:00

8 lines
164 B
Python

from .manager import CostManager
__red_end_user_data_statement__ = "This cog won't store anything for a user."
def setup(bot):
bot.add_cog(CostManager(bot))