forked from embee/woomy
		
	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
 | 
					  // Bot name
 | 
				
			||||||
  botName: '',
 | 
					  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
 | 
					  // API keys that are required for some features/commands
 | 
				
			||||||
  keys: {
 | 
					  keys: {
 | 
				
			||||||
    dbl: '', // top.gg key
 | 
					    dbl: '', // top.gg key
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue