fix(Typing): setSpeaking public (#4109)

This commit is contained in:
Alon L
2020-04-24 10:44:37 +03:00
committed by GitHub
parent 67a74c33e1
commit e3303ac3a2
2 changed files with 1 additions and 2 deletions

View File

@@ -144,7 +144,6 @@ class VoiceConnection extends EventEmitter {
/**
* Sets whether the voice connection should display as "speaking", "soundshare" or "none".
* @param {BitFieldResolvable} value The new speaking state
* @private
*/
setSpeaking(value) {
if (this.speaking.equals(value)) return;