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

6 lines
65 B
Python

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