mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Don't need to continue count and pausedTime amongst dispatchers
This commit is contained in:
@@ -29,10 +29,8 @@ class AudioPlayer extends EventEmitter {
|
|||||||
|
|
||||||
this.streamingData = {
|
this.streamingData = {
|
||||||
channels: 2,
|
channels: 2,
|
||||||
count: 0,
|
|
||||||
sequence: 0,
|
sequence: 0,
|
||||||
timestamp: 0,
|
timestamp: 0,
|
||||||
pausedTime: 0,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
||||||
|
|||||||
Reference in New Issue
Block a user