typings(VoiceState): allow moving members to stage channels (#6684)

This commit is contained in:
Andreas Clausen
2021-09-26 21:33:11 +02:00
committed by GitHub
parent 839974ca43
commit 94ca0f599d
3 changed files with 5 additions and 8 deletions

View File

@@ -116,8 +116,7 @@ class Channel extends Base {
}
/**
* Indicates whether this channel is voice-based
* ({@link VoiceChannel} or {@link StageChannel}).
* Indicates whether this channel is {@link BaseGuildVoiceChannel voice-based}.
* @returns {boolean}
*/
isVoice() {