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

8 lines
166 B
Python
Raw Normal View History

from .watchlist import Watchlist
__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(Watchlist(bot))