delete useless info command
This commit is contained in:
		
							parent
							
								
									5149dab7c6
								
							
						
					
					
						commit
						f39c4a7ee1
					
				| 
						 | 
				
			
			@ -1,16 +0,0 @@
 | 
			
		|||
const Discord = require('discord.js');
 | 
			
		||||
 | 
			
		||||
module.exports.meta = {
 | 
			
		||||
    name: 'info',
 | 
			
		||||
    aliases: ['about'],
 | 
			
		||||
    staffOnly: false
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 
 | 
			
		||||
 * @param {Discord.Message} message 
 | 
			
		||||
 * @param {Array<string>} args 
 | 
			
		||||
 */
 | 
			
		||||
module.exports.run = async (message, args) => {
 | 
			
		||||
    message.channel.send('h');
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in a new issue