new constants
This commit is contained in:
		
							parent
							
								
									026cc7ddb1
								
							
						
					
					
						commit
						af8550b5a2
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								bot/constants/categories.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								bot/constants/categories.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
{
 | 
			
		||||
    "Configuration": "Configuration",
 | 
			
		||||
    "Developer": "Developer",
 | 
			
		||||
    "Test": "Test"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
module.exports = {
 | 
			
		||||
    activities: require('./activities.json'),
 | 
			
		||||
    colours: require('./colours.json'),
 | 
			
		||||
    emojis: require('./emojis.json')
 | 
			
		||||
    emojis: require('./emojis.json'),
 | 
			
		||||
    categories: require('./categories.json')
 | 
			
		||||
};
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue