Files

15 lines
486 B
Python
Raw Permalink Normal View History

2020-04-02 15:07:43 -04:00
from .hunting import Hunting
__red_end_user_data_statement__ = (
"This cog does not persistently store end user data. "
"This cog does store discord IDs as needed for operation. "
"This cog does store user stats for the cog such as their score. "
"Users may remove their own content without making a data removal request."
"This cog does not support data requests, "
"but will respect deletion requests."
)
2020-04-02 15:07:43 -04:00
async def setup(bot):
bot.add_cog(Hunting(bot))