Library compatibility
Using Eris instead of Discord.js
Learn how to use Eris instead of Discord.js with Discord Player
To use Eris, you just need to wrap your eris client with createErisCompat
function from discord-player. This function will return a new client proxy which mimics the Discord.js client.
Because this is a proxy, the original client will not be mutated.