mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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 = {
|
||||
channels: 2,
|
||||
count: 0,
|
||||
sequence: 0,
|
||||
timestamp: 0,
|
||||
pausedTime: 0,
|
||||
};
|
||||
|
||||
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
||||
|
||||
Reference in New Issue
Block a user