createErisCompat
Allows Eris clients to be used with discord-player. When this method is called, discord-player creates a proxy object that intercepts certain methods and properties to make it compatible with discord-player.
createErisCompat(client): Client
Allows Eris clients to be used with discord-player. When this method is called, discord-player creates a proxy object that intercepts certain methods and properties to make it compatible with discord-player.
Parameter | Type | Optional | Description |
---|---|---|---|
client | Client | ❌ | The Eris client to be used. |