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

8 lines
139 B
Python
Raw Normal View History

from .pony import Pony
__red_end_user_data_statement__ = "This doesn't store any user data."
2021-02-06 21:42:47 +13:00
def setup(bot):
2021-11-15 11:52:47 +13:00
bot.add_cog(Pony(bot))