Skip to content

Commit

Permalink
Updated and support Soundcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Colonel-Ltd authored Mar 7, 2021
1 parent 9661aec commit eba764d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = {
};
} catch (error) {
console.error(error);
return message.reply(error.message).catch(console.error);
return sendError(error.message, message.channel).catch(console.error);
}
} else {
try {
Expand Down

0 comments on commit eba764d

Please sign in to comment.