Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/raspdevpy/ccdoc into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NervN committed May 27, 2024
2 parents 2b0949f + fee75e4 commit 7f58698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guide/Member/usersInChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ returns users in a voice channel or normal channel
<br/>
<discord-messages>
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
!!exec $usersInChannel
!!exec $usersInChannel[$channelID;username;, ]
</discord-message>
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
Tom,Ben,Custom Command
Tom, Ben, Custom Command
</discord-message>
</discord-messages>

Expand All @@ -23,4 +23,4 @@ This data comes from the cache, not the api, therefore it may not be precise unl
:::

##### Function difficulty: <Badge type="tip" text="Easy" vertical="middle" />
###### Tags: <Badge type="tip" text="InChannel" vertical="middle" />
###### Tags: <Badge type="tip" text="InChannel" vertical="middle" />

0 comments on commit 7f58698

Please sign in to comment.