Brandon209-Red-bot-Cogs/subscriber/__init__.py
2021-09-03 00:25:34 -04:00

8 lines
162 B
Python

from .subscriber import Subscriber
__red_end_user_data_statement__ = "This cog will not store personal data."
def setup(bot):
bot.add_cog(Subscriber(bot))