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

8 lines
166 B
Python
Raw Normal View History

2020-02-02 19:26:54 +13:00
from . import core
__red_end_user_data_statement__ = "This cog only stores internal variables per user."
2020-02-02 19:26:54 +13:00
2021-02-06 21:42:47 +13:00
2020-02-02 19:26:54 +13:00
def setup(bot):
bot.add_cog(core.EconomyTrickle(bot))