From f61953d42a782c7a0f1518304ee349c651feb908 Mon Sep 17 00:00:00 2001 From: Snowflake107 <46562212+Snowflake107@users.noreply.github.com> Date: Sat, 3 Jul 2021 18:39:05 +0545 Subject: [PATCH] example bot: bump 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 c84b424..78450a9 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.29489940b64b555e2e791dcf0662bd2d93a22ef6", - "discord.js": "^13.0.0-dev.5842e35.1625011425" + "discord-player": "^5.0.0-dev.m2", + "discord.js": "^13.0.0-dev.56b5b7e.1625313788" } }