From 9fc0d9dde6c8a3b16f1582397a6a2e95a5853855 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 20 Jun 2021 01:00:47 +0545 Subject: [PATCH] fix example --- example/music-bot/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/example/music-bot/package.json b/example/music-bot/package.json index c096953..02573c6 100644 --- a/example/music-bot/package.json +++ b/example/music-bot/package.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@discordjs/opus": "^0.5.3", + "discord-player": "^5.0.0-dev.0", "discord.js": "^13.0.0-dev.807ea2d3c197c7c6556bd1c894114932f6657d49" } }