From 0f308111574a265d840dc0a878be67bd85ca9844 Mon Sep 17 00:00:00 2001 From: Snowflake107 <46562212+Snowflake107@users.noreply.github.com> Date: Sat, 3 Jul 2021 19:33:27 +0545 Subject: [PATCH] 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 78450a9..e550aa7 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.m2", + "discord-player": "^5.0.0-dev.m3", "discord.js": "^13.0.0-dev.56b5b7e.1625313788" } }