Removed error sound effect

This commit is contained in:
AlexKvazos
2015-04-29 19:04:15 -05:00
parent ba921ea55e
commit 971779cf57
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -31,7 +31,6 @@ module.exports = function(socket, sound) {
}
$('#buffer').append('<span style="color:#D62D18;">[i] Error: ' + error + '</span><br>');
$('#buffer').scrollTop($('#buffer').prop('scrollHeight'));
sound.error();
});
socket.on('bot:message', function(string) {