mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +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,
|
||||
pausedTime: 0,
|
||||
};
|
||||
this.voiceConnection.once('closing', () => this.destroyAllStreams());
|
||||
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue