magmastream 2.9.0-dev.30 → 2.9.0-dev.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -946,7 +946,7 @@ class Manager extends events_1.EventEmitter {
|
|
|
946
946
|
this.emit(Enums_1.ManagerEventTypes.PlayerDisconnect, player, player.voiceChannelId);
|
|
947
947
|
player.voiceChannelId = null;
|
|
948
948
|
player.voiceState = Object.assign({});
|
|
949
|
-
await player.
|
|
949
|
+
await player.pause(true);
|
|
950
950
|
return;
|
|
951
951
|
}
|
|
952
952
|
/**
|