remove stack print

This commit is contained in:
Lukáš H 2020-06-06 11:24:35 +02:00
parent 5cf74a65ab
commit f8d9ec1e2f
No known key found for this signature in database
GPG Key ID: 52AED802C323B705
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ exports.play = async function (client, message, query, playNext, ignoreQueue) {
}
client.logger.error('(YT API change, disregard) ' + err)
client.logger.error(err.stack);
return message.channel.send(`<:error:466995152976871434> An error has occured: \n\`${err}\``)
// return message.channel.send('<:error:466995152976871434> YouTube have made changes to their site that break Woomy\'s music module. An announcement will be made in the development server when this issue is resolved.')
}