From d9bb7494c688bad9bf3e2d91ed7cb842fd4de0f2 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:35:30 +0200 Subject: [PATCH] Update config.json --- Bot/config.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Bot/config.json b/Bot/config.json index 0b1d7d6..8083c6c 100644 --- a/Bot/config.json +++ b/Bot/config.json @@ -1,9 +1,9 @@ { "Config": { - "Token": "", - "Application ID": "", - "Version": "0.1.8 beta", - "Version-Comment": "Added more config options.", + "Token": "", + "Application ID": "", + "Version": "0.1.9.1 beta", + "Version-Comment": "Added command manager and stop command.", "Footer":"Bot made by ElBe.", "Credits": true }, @@ -11,8 +11,13 @@ "Welcome": "", "Goodbye": "" }, - "Images": { - "Logo": "" - }, - "Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban"] + "Commands": { + "stop": true, + "help": true, + "info": true, + "ping": true, + "kick": true, + "ban": true, + "unban": true + } }