Create config.json

This commit is contained in:
ElBe 2022-10-17 14:20:30 +02:00 committed by GitHub
parent 7b6d9c26f1
commit f35ed0424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
Replit/config.json Normal file
View File

@ -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": "<Insert welcome channel name here>",
"Goodbye": "<Insert goodbye channel name here>"
},
"Commands": {
"stop": true,
"help": true,
"info": true,
"ping": true,
"kick": true,
"ban": true,
"unban": true
}
}