Open
Description
Is your feature request related to a problem? Please describe.
I want to store my bot's queue and other music related info. I also want to modify the play command for spotify playback support.
Describe the solution you'd like
I want to be able to pass in a custom class when I use the Node.players.get() function.
Like this:
class CustomPlayer extends Player {
// Code
}
const node = new Node({options})
node.players.get('guildId', CustomPlayer)
Describe alternatives you've considered
None
Additional context
None