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

6 lines
85 B
Python
Raw Normal View History

2020-02-01 12:49:44 +13:00
from .manager import CostManager
2020-02-01 13:37:32 +13:00
2020-02-01 12:49:44 +13:00
def setup(bot):
bot.add_cog(CostManager(bot))