[Pupper] Initial commit
This commit is contained in:
5
pupper/__init__.py
Normal file
5
pupper/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .pupper import Pupper
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
bot.add_cog(Pupper(bot))
|
||||
Reference in New Issue
Block a user