From 9671d60ac6e09a9d45243ef1b2e99552ba0a25da Mon Sep 17 00:00:00 2001 From: DevAndromeda <46562212+DevAndromeda@users.noreply.github.com> Date: Sat, 7 Aug 2021 23:35:44 +0545 Subject: [PATCH] chore(Example): bump discord.js --- example/music-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/music-bot/package.json b/example/music-bot/package.json index b1c4af5..8eab638 100644 --- a/example/music-bot/package.json +++ b/example/music-bot/package.json @@ -11,6 +11,6 @@ "dependencies": { "@discordjs/opus": "^0.5.3", "discord-player": "^5.0.0-dev.39f503a.1625470163", - "discord.js": "^13.0.0-dev.fe5d56c.1625443439" + "discord.js": "^13.0.1" } }