V1.2 récupération automatique des informations des agent O.K sur le website

This commit is contained in:
Mathis 2026-03-01 01:08:35 +01:00
parent fe05572549
commit b5fd8b6526
2 changed files with 40 additions and 2 deletions

View file

@ -0,0 +1,37 @@
{
"targetGuildId": "1369669999345537145",
"autoHour": 3,
"autoMinute": 0,
"outputDir": "/home/gameurpro12/Documents/Mes_projets/site_Omega_Kube/website/data",
"founderRoles": [
"fondateur",
"founder"
],
"serverFields": {
"id": true,
"name": true,
"icon": true,
"banner": true,
"owner": true,
"memberCount": true,
"description": true,
"createdAt": true,
"boostLevel": false,
"boostCount": false,
"verificationLevel": false
},
"memberFields": {
"id": true,
"username": true,
"displayName": true,
"globalName": true,
"avatar": true,
"bio": true,
"roles": true,
"joinedAt": true,
"createdAt": true,
"badges": false,
"accentColor": false,
"isBot": false
}
}