/tempvc¶
The commands to manage your personal temporary voice channel
/tempvc hide¶
Hides your current Temporary Voice Channel from everyone.
/tempvc show¶
Shows your current Temporary Voice Channel to everyone.
/tempvc add¶
Allows you to add members or roles to your current Temporary Voice Channel.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
members
|
Transform[str, MemberTransformer]
|
A series of users, either by mentioning them or by using their ID, separated by spaces. Defaults to None. |
None
|
roles
|
Transform[str, RoleTransformer]
|
A series of roles, either by mentioning them or by using their ID, separated by spaces. Defaults to None. |
None
|
/tempvc remove¶
Allows you to remove members or roles from your current Temporary Voice Channel.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
members
|
Transform[str, MemberTransformer]
|
A series of users, either by mentioning them or by using their ID, separated by spaces. Defaults to None. |
None
|
roles
|
Transform[str, RoleTransformer]
|
A series of roles, either by mentioning them or by using their ID, separated by spaces. Defaults to None. |
None
|
/tempvc size¶
Modifies your current Temporary Voice Channel's size.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
size
|
int
|
A number between 0 and 99. 0 means the channel will no longer have a limited size. |
required |