Skip to content

Commit

Permalink
fix(voice): typo (discordjs#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
taihelsel authored Oct 20, 2021
1 parent 5267358 commit 549fbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/voice/audio-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Voice connections have their own life cycle, with five distinct states. You can

- **Idle** - the initial state of an audio player. The audio player will be in this state when there is no audio resource for it to play.

- **Bufferring** - the state an audio player will be in while it is waiting for an audio resource to become playable. The audio player may transition from this state to either the `Playing` state (success) or the `Idle` state (failure).
- **Buffering** - the state an audio player will be in while it is waiting for an audio resource to become playable. The audio player may transition from this state to either the `Playing` state (success) or the `Idle` state (failure).

- **Playing** - the state a voice connection enters when it is actively playing an audio resource. When the audio resource comes to an end, the audio player will transition to the Idle state.

Expand Down

0 comments on commit 549fbdf

Please sign in to comment.