mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 09:42:22 +00:00
Merge branch 'master' of https://github.com/hydrabolt/discord.js
This commit is contained in:
commit
8ddaa1b92c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class AudioPlayer extends EventEmitter {
|
||||||
timestamp: 0,
|
timestamp: 0,
|
||||||
pausedTime: 0,
|
pausedTime: 0,
|
||||||
};
|
};
|
||||||
this.voiceConnection.once('closing', () => this.destroyAllStreams());
|
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue