Update config.json

This commit is contained in:
ElBe 2022-10-14 21:35:30 +02:00 committed by GitHub
parent ea72f71951
commit d9bb7494c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
{ {
"Config": { "Config": {
"Token": "<Insert token here>", "Token": "<Insert bot token here>",
"Application ID": "<insert application id here>", "Application ID": "<Insert application id here>",
"Version": "0.1.8 beta", "Version": "0.1.9.1 beta",
"Version-Comment": "Added more config options.", "Version-Comment": "Added command manager and stop command.",
"Footer":"Bot made by ElBe.", "Footer":"Bot made by ElBe.",
"Credits": true "Credits": true
}, },
@ -11,8 +11,13 @@
"Welcome": "<Insert welcome channel name here>", "Welcome": "<Insert welcome channel name here>",
"Goodbye": "<Insert goodbye channel name here>" "Goodbye": "<Insert goodbye channel name here>"
}, },
"Images": { "Commands": {
"Logo": "<Insert logo here>" "stop": true,
}, "help": true,
"Commands": ["stop", "help", "info", "ping", "kick", "ban", "unban"] "info": true,
"ping": true,
"kick": true,
"ban": true,
"unban": true
}
} }