1 |
# Muting members |
2 |
|
3 |
Use the `-mute` command to mute members. This will assign a muted role to the member and each channel is expected to have a permission override for this role which denies the `SEND_MESSAGES` permission. |
4 |
|
5 |
##### Legacy Command |
6 |
``` |
7 |
-mute <UserID|UserMention|UserTag> [-t=TIME] [Reason] |
8 |
``` |
9 |
|
10 |
##### Slash Command |
11 |
``` |
12 |
/mute <Member> [Time] [Reason] |
13 |
``` |
14 |
|
15 |
#### Examples |
16 |
|
17 |
``` |
18 |
-mute @Someone |
19 |
-mute 347382275362482 |
20 |
-mute @Someone Spamming |
21 |
-mute @Someone -t 50m Spamming |
22 |
-mute 347382275362482 -t 12h Spamming |
23 |
``` |
24 |
|
25 |
## Unmuting |
26 |
|
27 |
Use the `-unmute` command to unmute members. |
28 |
|
29 |
##### Legacy Command |
30 |
``` |
31 |
-unmute <UserID|UserMention|UserTag> |
32 |
``` |
33 |
|
34 |
##### Slash Command |
35 |
``` |
36 |
/unmute <Member> |
37 |
``` |
38 |
|
39 |
#### Examples |
40 |
|
41 |
``` |
42 |
-unmute @Someone |
43 |
-unmute 5256258251685246 |
44 |
``` |