diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 7a02aaa5f..a219204f4 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -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());