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

RFC: remove client requirement #1878

Closed twlite closed 7 months ago

twlite commented 9 months ago

This is a proposal to remove client requirement in discord-player. This allows discord-player to be more flexible in terms of cross-lib usage within javascript ecosystem. This breaks few things:

Those are the only downside of this change. However it brings up new possibilities where you will be able to hook up same code across other discord libraries.