Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | # Warning members |
2 | |||
3 | ##### Legacy Command | ||
4 | ``` | ||
5 | -warn <UserID|UserMention|UserTag> [Reason] | ||
6 | ``` | ||
7 | |||
8 | ##### Slash Command | ||
9 | ``` | ||
10 | /note <User> [Reason] | ||
11 | ``` | ||
12 | |||
13 | #### Examples | ||
14 | |||
15 | ``` | ||
16 | -warn @Someone Do not spam | ||
17 | -warn 347382275362482 Do not spam | ||
18 | ``` | ||
19 | |||
20 | ## Deleting warnings | ||
21 | |||
22 | ##### Legacy Command | ||
23 | ``` | ||
24 | -warning remove <ID> | ||
25 | ``` | ||
26 | |||
27 | ##### Slash Command | ||
28 | ``` | ||
29 | /warning remove <ID> | ||
30 | ``` | ||
31 | |||
32 | #### Examples | ||
33 | |||
34 | ``` | ||
35 | -warning remove 3 | ||
36 | ``` | ||
37 | |||
38 | ## Deleting all warnings for a user | ||
39 | |||
40 | ##### Legacy Command | ||
41 | ``` | ||
42 | -warning clear <UserID|UserTag|UserMention> | ||
43 | ``` | ||
44 | |||
45 | ##### Slash Command | ||
46 | ``` | ||
47 | /warning clear <User> | ||
48 | ``` | ||
49 | |||
50 | #### Examples | ||
51 | |||
52 | ``` | ||
53 | -warning clear @Someone | ||
54 | ``` | ||
55 | |||
56 | ## Viewing warnings | ||
57 | |||
58 | ##### Legacy Command | ||
59 | ``` | ||
60 | -warning view <ID> | ||
61 | ``` | ||
62 | |||
63 | ##### Slash Command | ||
64 | ``` | ||
65 | /warning view <ID> | ||
66 | ``` | ||
67 | |||
68 | #### Examples | ||
69 | |||
70 | ``` | ||
71 | -warning view 3 | ||
72 | ``` |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |