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 + } }