mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: Typos (#10628)
chore: typos Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
**Features:**
|
||||
|
||||
- Send and receive\* audio in Discord voice-based channels
|
||||
- A strong focus on reliability and predictable behaviour
|
||||
- A strong focus on reliability and predictable behavior
|
||||
- Horizontal scalability and libraries other than [discord.js](https://discord.js.org/) are supported with custom adapters
|
||||
- A robust audio processing system that can handle a wide range of audio sources
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ describe('State transitions', () => {
|
||||
});
|
||||
|
||||
test('Playing resource with pausing and resuming', async () => {
|
||||
// Call AudioResource constructor directly to avoid analysing pipeline for stream
|
||||
// Call AudioResource constructor directly to avoid analyzing pipeline for stream
|
||||
const resource = await started(new AudioResource([], [Readable.from(silence())], null, 5));
|
||||
player = createAudioPlayer();
|
||||
expect(player.state.status).toEqual(AudioPlayerStatus.Idle);
|
||||
|
||||
Reference in New Issue
Block a user