From 26bc09e578401d51a340fb3bceeac7f2ba500054 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 14 Sep 2022 07:20:46 +0200 Subject: [PATCH] Create config.json --- Bot/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Bot/config.json diff --git a/Bot/config.json b/Bot/config.json new file mode 100644 index 0000000..7e6cf2f --- /dev/null +++ b/Bot/config.json @@ -0,0 +1,12 @@ +{ + "Config": { + "Token": "", + "Version": "0.1.0 alpha", + "Version-Comment": "Started the project.", + "Credits": true + }, + "Images": { + "Logo": "" + }, + "Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban", "clear"] +}