From 54aba3a81693bf0d80da7e059ff7e26a95da5218 Mon Sep 17 00:00:00 2001 From: Lucas Durand Date: Thu, 26 Feb 2026 12:47:31 +0100 Subject: [PATCH 1/2] Update file config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index c165945..8689ad6 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "_comment": "Copier ce fichier en config.json et remplir les valeurs", - "discord_token": "MTA3NDcxNDMwODY2MDk2NTM5OA.Gj_JQf.V-Xd4DRW0cEOG6PYOBlnWAXFU5MPWlZWeHmgsk", - "api_secret": "Mon-cul-est-tres-doux", + "discord_token": "TOKEN", + "api_secret": "Gameur", "api_port": 8765, "guilds": { "_comment": "Sera rempli automatiquement par la commande /setup dans chaque serveur Discord", From daf09f9005f62a8f989192e80ecc9c3c1de11abf Mon Sep 17 00:00:00 2001 From: Lucas Durand Date: Thu, 26 Feb 2026 19:03:53 +0100 Subject: [PATCH 2/2] Delete config.json --- config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 8689ad6..0000000 --- a/config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "_comment": "Copier ce fichier en config.json et remplir les valeurs", - "discord_token": "TOKEN", - "api_secret": "Gameur", - "api_port": 8765, - "guilds": { - "_comment": "Sera rempli automatiquement par la commande /setup dans chaque serveur Discord", - "_example": { - "channel_id": 123456789012345678, - "message_id": null - }, - "1110604692263796746": { - "channel_id": 1227583375704064050, - "message_id": 1476543621137170625 - } - } -} \ No newline at end of file