FEAT: added new policy requirements for Discord

This commit is contained in:
Dan
2024-06-30 17:35:51 -04:00
parent 11a15fda71
commit 8c58585af1
4 changed files with 137 additions and 1 deletions

View File

@@ -21,7 +21,9 @@ config = {
'music': {'enabled': True},
'youtube': {'enabled': True},
'twitch': {'enabled': True},
'update': {'enabled': True}
'update': {'enabled': True},
'data_privacy': {'enabled': True},
'term_privacy': {'enabled': True}
},
'UPDATE_BRANCH': 'dev-rework'
}