Androz2091 / discord-player

🎧 Complete framework to simplify the implementation of music commands using discord.js v14
https://discord-player.js.org/
MIT License
589 stars 192 forks source link

Missing dependency on `@web-scrobbler/metadata-filter` #1912

Closed Sleepy4k closed 2 months ago

Sleepy4k commented 2 months ago

Describe the bug On latest version (v6.6.9) there is missing dependency for module @web-scrobbler/metadata-filter, this problem shown only for the latest version only

To Reproduce Steps to reproduce the behavior:

  1. Create new project
  2. Install discord player
  3. Run the project
  4. See error

Expected behavior When run our project with discord player module version 6.6.9 in it, we will get error message that inform us about missing dependency for @web-scrobbler/metadata-filter in discord-player

Screenshots image

Please complete the following information:

Additional context Missing dependency used at "discord-player/src/utils/Util.ts" line 19

twlite commented 2 months ago

This issue is fixed but hasn't been released https://github.com/Androz2091/discord-player/pull/1911