2022-10-14 21:45:06 +02:00

24 lines
612 B
JSON

{
"Config": {
"Token": "<Insert bot token here>",
"Application ID": "<Insert application id here>",
"Version": "0.1.9.1 beta",
"Version-Comment": "Added command manager and stop command.",
"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
}
}