forked from embee/woomy
		
	readd support command
This commit is contained in:
		
							parent
							
								
									ae0240ef47
								
							
						
					
					
						commit
						46b81f9c60
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								commands/support.js
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								commands/support.js
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,18 @@
 | 
				
			||||||
 | 
					exports.conf = {
 | 
				
			||||||
 | 
					    enabled: true,
 | 
				
			||||||
 | 
					    guildOnly: false,
 | 
				
			||||||
 | 
					    aliases: [],
 | 
				
			||||||
 | 
					    permLevel: 'User',
 | 
				
			||||||
 | 
					    requiredPerms: []
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					exports.help = {
 | 
				
			||||||
 | 
					    name: 'support',
 | 
				
			||||||
 | 
					    category: 'Utility',
 | 
				
			||||||
 | 
					    description: "Sends a link to " + client.config.botName + "'s support/development server.",
 | 
				
			||||||
 | 
					    usage: 'support'
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					exports.run = async (client, message, args) =>{
 | 
				
			||||||
 | 
					    message.channel.send('Use this link to join my support server: https://discord.gg/' + client.config.support.id);
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue