10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| const fn = require('../modules/functions.js');
 | |
| 
 | |
| module.exports = {
 | |
| 	name: "",
 | |
| 	description: "",
 | |
| 	usage: "",
 | |
| 	execute(message, commandData) {
 | |
| 		// Code here...
 | |
| 	}
 | |
| } |