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

8 lines
162 B
Python
Raw Normal View History

2021-09-03 16:25:34 +12:00
from .subscriber import Subscriber
__red_end_user_data_statement__ = "This cog will not store personal data."
def setup(bot):
bot.add_cog(Subscriber(bot))