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

6 lines
65 B
Python
Raw Normal View History

from .pony import Pony
def setup(bot):
bot.add_cog(Pony())