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

Contents of /branches/6.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: 1207 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 # Muting members
2
3 {% hint style="warning" %}
4 This page is partially outdated, and therefore not everything described in this page may work with the latest versions of the bot. Please give us some time and we'll update these pages.
5 {% endhint %}
6
7 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.
8
9 **Legacy Command**
10
11 ```
12 -mute <UserID|UserMention|UserTag> [-t=TIME] [Reason]
13 ```
14
15 **Slash Command**
16
17 ```
18 /mute <Member> [Time] [Reason] [Hardmute]
19 ```
20
21 {% hint style="info" %}
22 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.
23 {% endhint %}
24
25 #### Examples
26
27 ```
28 -mute @Someone
29 -mute 347382275362482
30 -mute @Someone Spamming
31 -mute @Someone -t 50m Spamming
32 -mute 347382275362482 -t 12h Spamming
33 ```
34
35 ## Unmuting
36
37 Use the `-unmute` command to unmute members.
38
39 **Legacy Command**
40
41 ```
42 -unmute <UserID|UserMention|UserTag>
43 ```
44
45 **Slash Command**
46
47 ```
48 /unmute <Member>
49 ```
50
51 #### Examples
52
53 ```
54 -unmute @Someone
55 -unmute 5256258251685246
56 ```

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26