mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
fix (#1375)
This commit is contained in:
parent
dce8e83465
commit
d54ef0eea4
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