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

5 lines
64 B
Python

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