8 lines
190 B
Python
8 lines
190 B
Python
from .pupper import Pupper
|
|
|
|
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Pupper(bot))
|