diff --git a/Bot/config.json b/Bot/config.json index 28262c7..0b1d7d6 100644 --- a/Bot/config.json +++ b/Bot/config.json @@ -1,13 +1,18 @@ { "Config": { - "Token": "", - "Application ID": "", - "Version": "0.1.7 final", - "Version-Comment": "Fixed unban command and released the bot.", + "Token": "", + "Application ID": "", + "Version": "0.1.8 beta", + "Version-Comment": "Added more config options.", + "Footer":"Bot made by ElBe.", "Credits": true }, + "Channels": { + "Welcome": "", + "Goodbye": "" + }, "Images": { - "Logo": "https://cdn.discordapp.com/icons/984315487271940157/a_36c71b77a6f24b6da1cade4b3c4c36a1.webp?size=96" + "Logo": "" }, "Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban"] }