auto-update config prepartion
This commit is contained in:
parent
a048d94cd0
commit
78aab0f9f6
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ const config = {
|
|||
// Bot name
|
||||
botName: '',
|
||||
|
||||
// Auto-update from git (WIP)
|
||||
autoUpdate: {
|
||||
enabled: false, // enable auto-update
|
||||
branch: 'next', // git branch
|
||||
autoFetch: false, // check if an update is available and automatically restart and update
|
||||
fetchInterval: 60000, // auto-fetch interval in milliseconds
|
||||
},
|
||||
|
||||
// API keys that are required for some features/commands
|
||||
keys: {
|
||||
dbl: '', // top.gg key
|
||||
|
|
Loading…
Reference in a new issue