update example config
This commit is contained in:
parent
fea3fd9e5e
commit
8d3dbf206e
1 changed files with 42 additions and 22 deletions
|
@ -1,37 +1,57 @@
|
||||||
{
|
{
|
||||||
"token": "Production Token",
|
"token": "",
|
||||||
"devtoken": "Development Token",
|
"devtoken": "",
|
||||||
"ownerIDs": ["owner","ids"],
|
"ownerIDs": [],
|
||||||
"defaultPrefix": "!!",
|
|
||||||
"devmode": false,
|
"devmode": false,
|
||||||
"db": "redis",
|
"keys": {
|
||||||
"redis": {
|
"topgg": "",
|
||||||
"host": "127.0.0.1",
|
"sentry": ""
|
||||||
"port": "6389",
|
},
|
||||||
"password": ""
|
"pgCredentials": {
|
||||||
|
"user": "",
|
||||||
|
"host": "",
|
||||||
|
"database": "",
|
||||||
|
"password": "",
|
||||||
|
"port":
|
||||||
},
|
},
|
||||||
"lavalinkNodes": [
|
"lavalinkNodes": [
|
||||||
{
|
{
|
||||||
"name": "localhost",
|
"name": "",
|
||||||
"host": "localhost",
|
"host": "",
|
||||||
"port": 2333,
|
"port": ,
|
||||||
"auth": ""
|
"auth": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keys": {
|
"emoji": {
|
||||||
"top": "top.gg API key",
|
"success": "",
|
||||||
"sentry": "sentry.io API key"
|
"error": "",
|
||||||
},
|
"denied": "",
|
||||||
"endpoints": {
|
"wait": "",
|
||||||
"invidious": "invidious.snopyta.org"
|
"warning": ""
|
||||||
},
|
},
|
||||||
"defaultUserData": {
|
"defaultUserData": {
|
||||||
"blacklisted": false
|
"blacklisted": false,
|
||||||
|
"prefix": "w!",
|
||||||
|
"experience": 0,
|
||||||
|
"seashells": 0,
|
||||||
|
"relationships": "array goes here",
|
||||||
|
"pronouns": null,
|
||||||
|
"colour": "#9d10e1"
|
||||||
},
|
},
|
||||||
"defaultMemberData": {
|
"defaultMemberData": {
|
||||||
"blacklisted": false
|
"blacklisted": false,
|
||||||
|
"experience": 0
|
||||||
},
|
},
|
||||||
"defaultGuildData": {
|
"defaultGuildData": {
|
||||||
"prefix": "~"
|
"prefix": "w!",
|
||||||
|
"mutedRole": null,
|
||||||
|
"autorole": null,
|
||||||
|
"welcomeChannel": null,
|
||||||
|
"welcomeMessage": "Hey there [[user]], and welcome to [[server]]!",
|
||||||
|
"leaveChannel": null,
|
||||||
|
"leaveMessage": "[[user]] has left [[server]]... bye [[user]] 👋",
|
||||||
|
"chatlogsChannel": null,
|
||||||
|
"modlogsChannel": null,
|
||||||
|
"starboardChannel": null
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue