6 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default (bot) => {
 | |
|     bot._cmd.set("JOIN", (msg) => {
 | |
|         bot.send(`WHO ${msg.params[0]}`);
 | |
|     });
 | |
| };
 |