mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
Don't need to continue count and pausedTime amongst dispatchers
This commit is contained in:
parent
f5d10a5f76
commit
53ca34cbde
1 changed files with 0 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue