mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 06:49:31 +00:00 
			
		
		
		
	Update exe.js
This commit is contained in:
		@@ -12,6 +12,7 @@ module.exports = function (msg, args, client, Discord, prefix, command) {
 | 
				
			|||||||
            .setDescription(error.stack.replace(/at /g, '**at **'))
 | 
					            .setDescription(error.stack.replace(/at /g, '**at **'))
 | 
				
			||||||
            .setColor('#b50002');
 | 
					            .setColor('#b50002');
 | 
				
			||||||
        //client.fetchUser(client.config.devId).then(user => user.send(embed)).catch(console.error);
 | 
					        //client.fetchUser(client.config.devId).then(user => user.send(embed)).catch(console.error);
 | 
				
			||||||
        client.channels.get(client.config.debug_channel).send(embed);
 | 
					        //client.channels.get(client.config.debug_channel).send(embed);
 | 
				
			||||||
 | 
					        console.error(error);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user