mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
typings(VoiceState): allow moving members to stage channels (#6684)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user