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

Annotation of /branches/6.x/docs/moderation/warning_members.md

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/markdown
File size: 981 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 # Warning 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     **Legacy Command**
8    
9     ```
10     -warn <UserID|UserMention|UserTag> [Reason]
11     ```
12    
13     **Slash Command**
14    
15     ```
16     /warn <User> [Reason]
17     ```
18    
19     #### Examples
20    
21     ```
22     -warn @Someone Do not spam
23     -warn 347382275362482 Do not spam
24     ```
25    
26     ## Deleting warnings
27    
28     **Legacy Command**
29    
30     ```
31     -warning remove <ID>
32     ```
33    
34     **Slash Command**
35    
36     ```
37     /warning remove <ID>
38     ```
39    
40     #### Examples
41    
42     ```
43     -warning remove 3
44     ```
45    
46     ## Deleting all warnings for a user
47    
48     **Legacy Command**
49    
50     ```
51     -warning clear <UserID|UserTag|UserMention>
52     ```
53    
54     **Slash Command**
55    
56     ```
57     /warning clear <User>
58     ```
59    
60     #### Examples
61    
62     ```
63     -warning clear @Someone
64     ```
65    
66     ## Viewing warnings
67    
68     **Legacy Command**
69    
70     ```
71     -warning view <ID>
72     ```
73    
74     **Slash Command**
75    
76     ```
77     /warning view <ID>
78     ```
79    
80     #### Examples
81    
82     ```
83     -warning view 3
84     ```

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26