/[sudobot]/branches/2.x/docs/moderation/muting_members.md
ViewVC logotype

Contents of /branches/2.x/docs/moderation/muting_members.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/markdown
File size: 959 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
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] [Hardmute]
13 ```
14
15 !!! info
16
17 Hardmuting means not only muting but also taking out all other roles except the muted role. They'll be given back when the unmute command is run or the mute duration expires.
18
19
20 #### Examples
21
22 ```
23 -mute @Someone
24 -mute 347382275362482
25 -mute @Someone Spamming
26 -mute @Someone -t 50m Spamming
27 -mute 347382275362482 -t 12h Spamming
28 ```
29
30 ## Unmuting
31
32 Use the `-unmute` command to unmute members.
33
34 ##### Legacy Command
35 ```
36 -unmute <UserID|UserMention|UserTag>
37 ```
38
39 ##### Slash Command
40 ```
41 /unmute <Member>
42 ```
43
44 #### Examples
45
46 ```
47 -unmute @Someone
48 -unmute 5256258251685246
49 ```

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26