h
This commit is contained in:
		
							parent
							
								
									c15e5b4d01
								
							
						
					
					
						commit
						f50de3e481
					
				
							
								
								
									
										11
									
								
								commands/info.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								commands/info.js
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,11 @@
 | 
				
			||||||
 | 
					const Discord = require('discord.js');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					module.exports.meta = {
 | 
				
			||||||
 | 
					    name: 'info',
 | 
				
			||||||
 | 
					    aliases: ['about'],
 | 
				
			||||||
 | 
					    staffOnly: false
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					module.exports.run = async (message, args) => {
 | 
				
			||||||
 | 
					    message.channel.send('h');
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue