[Pupper] Initial commit

This commit is contained in:
aikaterna
2019-08-06 18:58:40 -07:00
parent d57ba2d78a
commit d4a70d5782
4 changed files with 244 additions and 0 deletions

5
pupper/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .pupper import Pupper
async def setup(bot):
bot.add_cog(Pupper(bot))