@@ -675,7 +675,10 @@ client.on('message', message => {
break;
case 'async':
asyncImageRequest(message);
asyncImageRequest(message)
.catch(error => {
sendToBotTestingChannel(error.message);
});
// Voice commands
The note is not visible to the blocked user.