Brandon209-Red-bot-Cogs/follower/__init__.py
2021-03-03 04:26:55 -05:00

10 lines
211 B
Python

from .follower import Follower
__red_end_user_data_statement__ = (
"This cog does stores user's followers, who they are following, and opt in/out status."
)
def setup(bot):
bot.add_cog(Follower(bot))