Ruby-Cogs/invites/__init__.py
2025-02-19 22:02:13 -05:00

7 lines
193 B
Python

from .invites import Invites
__red_end_user_data_statement__ = "This cog does not persistently store data or metadata about users."
async def setup(bot):
await bot.add_cog(Invites(bot))