From c37bfa3582e761894516f6be0042b6361aeec6a9 Mon Sep 17 00:00:00 2001 From: Snowflake107 <46562212+Snowflake107@users.noreply.github.com> Date: Sun, 4 Jul 2021 19:01:37 +0545 Subject: [PATCH] example: update deps --- example/music-bot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/music-bot/package.json b/example/music-bot/package.json index d61df96..b45b2a4 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.m3", - "discord.js": "^13.0.0-dev.610b0b4.1625357028" + "discord-player": "^5.0.0-dev.b0fa95473878f59791f5ac373b747d9cf0592f08", + "discord.js": "^13.0.0-dev.6d3d00b44577a70e840f0187d6894043677c5329" } }