new config example
This commit is contained in:
parent
1aa5c8c482
commit
864f09cee3
2 changed files with 22 additions and 23 deletions
22
botconfig.json.example
Normal file
22
botconfig.json.example
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"developmentMode": true,
|
||||
|
||||
"token": "",
|
||||
|
||||
"userAgent": "",
|
||||
|
||||
"ownerIDs": [""],
|
||||
|
||||
"keys": {
|
||||
"sentry": "",
|
||||
"weather": ""
|
||||
},
|
||||
|
||||
"postgresOptions": {
|
||||
"user": "",
|
||||
"host": "",
|
||||
"database": "",
|
||||
"password": "",
|
||||
"port": 0000
|
||||
}
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
developmentMode: true
|
||||
token: ''
|
||||
ownerIDs:
|
||||
- ''
|
||||
- ''
|
||||
|
||||
keys:
|
||||
sentry: ''
|
||||
weather: ''
|
||||
|
||||
postgresOptions:
|
||||
user: ''
|
||||
host: ''
|
||||
database: ''
|
||||
password: ''
|
||||
port:
|
||||
|
||||
lavalinkNodes:
|
||||
node_1:
|
||||
name: ''
|
||||
host: ''
|
||||
port:
|
||||
auth: ''
|
Loading…
Reference in a new issue