Create config.json

This commit is contained in:
ElBe 2022-10-14 21:50:03 +02:00 committed by GitHub
parent e0923c312e
commit d1247d1631
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.1 beta-r",
"Version-Comment": "Rewritten replit port.",
"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
}
}