From 3d880062778a063db3643478293803f1e8593f85 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:11:17 +0200 Subject: [PATCH] Update config.json --- Bot/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bot/config.json b/Bot/config.json index 7e6cf2f..940e2d3 100644 --- a/Bot/config.json +++ b/Bot/config.json @@ -1,12 +1,12 @@ { "Config": { "Token": "", - "Version": "0.1.0 alpha", - "Version-Comment": "Started the project.", + "Version": "0.1.5 alpha", + "Version-Comment": "Added info, ping and help command.", "Credits": true }, "Images": { - "Logo": "" + "Logo": "https://cdn.discordapp.com/icons/984315487271940157/a_36c71b77a6f24b6da1cade4b3c4c36a1.webp?size=96" }, "Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban", "clear"] }