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

6 lines
79 B
Python

from . import core
def setup(bot):
bot.add_cog(core.EconomyTrickle(bot))