new stuff
This commit is contained in:
commit
a5b6425af1
22 changed files with 1375 additions and 0 deletions
35
config.json.example
Normal file
35
config.json.example
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"token": "Production Token",
|
||||
"devtoken": "Development Token",
|
||||
"ownerIDs": ["owner","ids"],
|
||||
"db": "redis",
|
||||
"redis": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "6389",
|
||||
"password": ""
|
||||
},
|
||||
"lavalinkNodes": [
|
||||
{
|
||||
"name": "localhost",
|
||||
"host": "localhost",
|
||||
"port": 2333,
|
||||
"auth": ""
|
||||
}
|
||||
],
|
||||
"keys": {
|
||||
"top": "top.gg API key",
|
||||
"sentry": "sentry.io API key"
|
||||
},
|
||||
"endpoints": {
|
||||
"invidious": "invidious.snopyta.org"
|
||||
},
|
||||
"defaultUserData": {
|
||||
"blacklisted": false
|
||||
},
|
||||
"defaultMemberData": {
|
||||
"blacklisted": false
|
||||
},
|
||||
"defaultGuildData": {
|
||||
"prefix": "~"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue