Create config.json
This commit is contained in:
parent
50825dd864
commit
1b03684511
26
Examples/config.json
Normal file
26
Examples/config.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user