From f35ed0424ec756f3fad0b7106007bb00d8df0ae3 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:20:30 +0200 Subject: [PATCH] Create config.json --- Replit/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Replit/config.json diff --git a/Replit/config.json b/Replit/config.json new file mode 100644 index 0000000..f540bd4 --- /dev/null +++ b/Replit/config.json @@ -0,0 +1,21 @@ +{ + "Config": { + "Version": "0.1.9.2 final-r", + "Version-Comment": "Bugfix and error handler.", + "Footer": "Bot made by ElBe.", + "Credits": true + }, + "Channels": { + "Welcome": "", + "Goodbye": "" + }, + "Commands": { + "stop": true, + "help": true, + "info": true, + "ping": true, + "kick": true, + "ban": true, + "unban": true + } +}