mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 14:09:33 +00:00 
			
		
		
		
	Update uncaughtException event
This commit is contained in:
		@@ -5,6 +5,7 @@ export default function uncaughtException(client: RadioClient, error: Error) {
 | 
			
		||||
    console.log(error.stack);
 | 
			
		||||
    console.log('');
 | 
			
		||||
 | 
			
		||||
    console.log(error.name + "/" + error.message);
 | 
			
		||||
    if(error.name == "DiscordAPIError" && error.message == "Unknown interaction") return;
 | 
			
		||||
    process.emit('SIGINT');
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user