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

7 lines
105 B
Python
Raw Normal View History

import os
from .pony import Pony
from redbot.core import Config
def setup(bot):
bot.add_cog(Pony())