update comments
This commit is contained in:
		
							parent
							
								
									2c991e44f8
								
							
						
					
					
						commit
						a017793997
					
				
							
								
								
									
										4
									
								
								flags.ts
								
								
								
								
							
							
						
						
									
										4
									
								
								flags.ts
								
								
								
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
// DEVMODE is to prevent users from accessing parts of the bot that are currently broken
 | 
					// DEVMODE is to prevent users from accessing parts of the bot that are currently broken
 | 
				
			||||||
export const DEVMODE = false;
 | 
					export const DEVMODE = false;
 | 
				
			||||||
// DEBUG is used to toggle the cmdPrompt
 | 
					// DEBUG is used to toggle the cmdPrompt and show debug log messages
 | 
				
			||||||
export const DEBUG = false;
 | 
					export const DEBUG = false;
 | 
				
			||||||
// LOCALMODE is used to run a differnt bot token for local testing
 | 
					// LOCALMODE is used to run a different bot token for local testing
 | 
				
			||||||
export const LOCALMODE = false;
 | 
					export const LOCALMODE = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue