Files
aikaterna-cogs/pupper/__init__.py

6 lines
80 B
Python
Raw Normal View History

2019-08-06 18:58:40 -07:00
from .pupper import Pupper
async def setup(bot):
bot.add_cog(Pupper(bot))