Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | # Other moderation commands |
2 | |
3 | ## Kicking members |
4 | ##### Legacy Command |
5 | ``` |
6 | -kick <UserID|UserMention|UserTag> [Reason] |
7 | ``` |
8 | |
9 | ##### Slash Command |
10 | ``` |
11 | /kick <Member> [Reason] |
12 | ``` |
13 | |
14 | #### Examples |
15 | |
16 | ``` |
17 | -kick @Someone |
18 | -kick 34738227536248 |
19 | -kick @Someone Spamming |
20 | -kick 34738227536248 Spamming |
21 | ``` |
22 | |
23 | ## Beaning members |
24 | Beaning members actually do nothing except sending a message to the user that says `You've been beaned`. This can be used for fun purposes, or a moderation reminder. |
25 | |
26 | ##### Legacy Command |
27 | ``` |
28 | -bean <UserID|UserMention|UserTag> [Reason] |
29 | ``` |
30 | |
31 | ##### Slash Command |
32 | ``` |
33 | /bean <Member> [Reason] |
34 | ``` |
35 | |
36 | #### Examples |
37 | |
38 | ``` |
39 | -bean @Someone |
40 | -bean 34738227536248 |
41 | -bean @Someone Spamming |
42 | -bean 34738227536248 Spamming |
43 | ``` |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |