From e9708d435ed90e4e6cde3572b046e3b96167acfb Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Fri, 28 Aug 2026 19:42:32 +0200 Subject: [PATCH] fix example config --- config.json.example | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.json.example b/config.json.example index 4f3b080..9faf98e 100644 --- a/config.json.example +++ b/config.json.example @@ -1,8 +1,8 @@ { "discord": { "token": "", - "server": , - "vc": , + "server": "", + "vc": "", "lang": "de", "formatting": "┇", "emojis": true @@ -14,8 +14,7 @@ "Helsinki" ], "IDs": [], - "priority: "{ - }", + "priority": {}, "blacklist": [ "OTHER", "RIDE_SHARING" @@ -32,5 +31,5 @@ }, "http": { "user_agent": "Gleiswechsel-Discord-Bot/1.0 (https://github.com/kaaninchen/Gleiswechsel)" - } + } } \ No newline at end of file