Skip to content

Commit b808d9f

Browse files
committed
get voice channel limit with $channel
1 parent b51bb82 commit b808d9f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

guide/Channel/channel.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Gets specific information about a channel.
66

77
`Option` can be any of these:
88
```
9-
name, id, isdeleted, mention, position, rawposition, topic, type, created, timestamp, guildid, guildname, ismanageable, parentid, parentname, isviewable, isdeletable, region
9+
name, id, isdeleted, mention, position, rawposition, topic, type, created, timestamp, guildid, guildname, ismanageable, parentid, parentname, isviewable, isdeletable, region, limit
1010
```
1111

12+
1213
#### Example:
1314
<discord-messages>
1415
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
@@ -19,6 +20,9 @@ name, id, isdeleted, mention, position, rawposition, topic, type, created, times
1920
</discord-message>
2021
</discord-messages>
2122

23+
::: tip Voice Channel Limit
24+
When the channel is voice, you can get the user limit with `limit`, it will return 0 if no limit.
25+
:::
2226

2327
::: tip Note
2428
The `type` argument returns a type of channel from this [list.](../CodeReferences/ref.channel_types.md)

0 commit comments

Comments
 (0)