Create config.json

This commit is contained in:
ElBe 2023-01-14 10:18:46 +01:00 committed by GitHub
parent 50825dd864
commit 1b03684511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
Examples/config.json Normal file
View File

@ -0,0 +1,26 @@
{
"Config": {
"Token": "MYDISCORDBOT",
"Application ID": "1234567890",
"Version": "1.9.3 final",
"Version-Comment": "That happend.",
"Footer": "Made by ElBe.",
"Credits": true
},
"Channels": {
"Welcome": "welcome-and-goodbye",
"Goodbye": "welcome-and-goodbye"
},
"Roles": {
"Member": "member"
},
"Commands": {
"stop": true,
"help": true,
"info": true,
"ping": true,
"kick": true,
"ban": true,
"unban": true
}
}