forked from embee/woomy
remove stack print
This commit is contained in:
parent
5cf74a65ab
commit
f8d9ec1e2f
1 changed files with 0 additions and 1 deletions
|
@ -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.')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue