From b4e2726438f072c44ea02390966b68618c677500 Mon Sep 17 00:00:00 2001 From: Snowflake107 <46562212+Snowflake107@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:16:02 +0545 Subject: [PATCH] chore(example): bump discord-player --- 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 48fc9a7..b1c4af5 100644 --- a/example/music-bot/package.json +++ b/example/music-bot/package.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@discordjs/opus": "^0.5.3", - "discord-player": "^5.0.0-dev.5bad0fc.1625467720", + "discord-player": "^5.0.0-dev.39f503a.1625470163", "discord.js": "^13.0.0-dev.fe5d56c.1625443439" } }