From 592b2aa021d8e278d1b0886edc69d798959d47ba Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Thu, 7 Apr 2022 07:24:36 +0200 Subject: [PATCH] Remove trailing comma resulting in error --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 7afe0f0..878b03d 100644 --- a/config.json.example +++ b/config.json.example @@ -2,7 +2,7 @@ "bot": { "token": "required", "clientId": "required", - "guildId": "required", + "guildId": "required" }, "colors": { "success": "0x22bb33",