Brandon209-Red-bot-Cogs/valentinecards/__init__.py

8 lines
178 B
Python
Raw Normal View History

from .valentine import Valentine_Cards
__red_end_user_data_statement__ = "This doesn't store any user data."
2023-05-05 07:33:23 +12:00
async def setup(bot):
await bot.add_cog(Valentine_Cards(bot))