Skip to content

Commit

Permalink
feat(additional-info): Add Channel#isVoice() v13 addition (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStormer committed Aug 7, 2021
1 parent d0805e7 commit 35e34a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion guide/additional-info/changes-in-v13.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,16 @@ Provides gateway support for a `MessageComponentInteraction` coming from a butto

#### Channel#isText()

Checks and typeguards if a channel is Text-Based; one of `TextChannel`, `DMChannel`, `NewsChannel` or `ThreadChannel`
Checks and typeguards if a channel is Text-Based; one of `TextChannel`, `DMChannel`, `NewsChannel` or `ThreadChannel`.

#### Channel#isThread()

Checks and typeguards if a channel is a `ThreadChannel`.

#### Channel#isVoice()

Checks and typeguards if a channel is Voice-Based; `VoiceChannel` or `StageChannel`.

### Client

#### Client#applicationCommandCreate
Expand Down

0 comments on commit 35e34a6

Please sign in to comment.