/tempvc¶
/tempvc hide¶
/tempvc show¶
/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
|