Discord Player

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.

ParameterTypeOptionalDescription
clientClientThe Eris client to be used.

On this page