Skip to content

Commit

Permalink
[Update] bump discord-player dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Oct 6, 2021
1 parent f3e44da commit ca42f11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions commands/Music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ module.exports = {
});
} catch (err) {
client.logger(err.message, "error");
console.log(err);
await message.channel.send(
"There was an error playing this song, please try again"
);
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bufferutil": "^4.0.3",
"chalk": "^4.1.2",
"discord-api-types": "^0.22.0",
"discord-player": "^5.1.0-dev.1632960868.9336ca0",
"discord-player": "^5.1.0-dev.1633479141.44b30ad",
"discord.js": "^13.2.0",
"ffmpeg-static": "^4.4.0",
"moment": "^2.29.1",
Expand Down

0 comments on commit ca42f11

Please sign in to comment.