Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AUTOPAUSE

AUTOPAUSE = "audioPlayerAutoPause"

The event when the player was goes autopaused due to nosubscriber behavior.

BUFFERING

BUFFERING = "audioPlayerBuffer"

The event when audio resource is buffering before being played.

FINISH

FINISH = "audioPlayerFinish"

The event when resource stops playing, i.e. player goes to Idle state.

PAUSE

PAUSE = "audioPlayerPause"

The event when the player was paused using toggleMute() function.

PLAYING

PLAYING = "audioPlayerStart"

The event after resource has buffered and has started playing.

RESUME

RESUME = "audioPlayerResume"

The event when the player was unpaused using toggleMute() function.

SELF_DEAFEN

SELF_DEAFEN = "selfDeafen"

The event when selfDeafen() was used.

SELF_MUTE

SELF_MUTE = "selfMute"

The event when selfMute() was used.

VOICE_JOIN

VOICE_JOIN = "voiceConnectionCreate"

The event when voice connection has been created.

VOICE_KICK

VOICE_KICK = "voiceConnectionKick"

The event when bot was forcibly kicked from voice channel.

VOICE_LEAVE

VOICE_LEAVE = "voiceConnectionDestroy"

The event when voice connection has been destroyed (i.e. bot left the voice channel).

VOICE_MOVE

VOICE_MOVE = "voiceConnectionMove"

The event when bot is moved from one voice channel to another.

Generated using TypeDoc