misc(moderation): added end user data statement

This commit is contained in:
Seaswimmer 2023-12-14 18:55:27 -05:00
parent db2f6bdded
commit 4109ee25ae
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -4,7 +4,7 @@
"name" : "Moderation",
"short" : "Implements a variety of moderation commands",
"description" : "Implements a variety of moderation commands, including a warning system, a mute system, and a ban system.",
"end_user_data_statement" : "This cog does not store any End User Data.",
"end_user_data_statement" : "This cog stores the following information:\n- User IDs of accounts who moderate users or are moderated\n- Guild IDs of guilds with the cog enabled\n- Timestamps of moderations\n- Other information relating to moderations",
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"],
"hidden": false,
"disabled": false