24 lines
611 B
JSON
24 lines
611 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
|
|
}
|
|
}
|