1 |
# Other moderation commands |
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 |
## Kicking members |
8 |
|
9 |
**Legacy Command** |
10 |
|
11 |
``` |
12 |
-kick <UserID|UserMention|UserTag> [Reason] |
13 |
``` |
14 |
|
15 |
**Slash Command** |
16 |
|
17 |
``` |
18 |
/kick <Member> [Reason] |
19 |
``` |
20 |
|
21 |
#### Examples |
22 |
|
23 |
``` |
24 |
-kick @Someone |
25 |
-kick 34738227536248 |
26 |
-kick @Someone Spamming |
27 |
-kick 34738227536248 Spamming |
28 |
``` |
29 |
|
30 |
## Giving "Shots" to the members |
31 |
|
32 |
Giving shot to members actually means sending a message to the user that says `You've got a shot`. This can be used for fun purposes, or a moderation reminder. |
33 |
|
34 |
**Legacy Command** |
35 |
|
36 |
``` |
37 |
-shot <UserID|UserMention|UserTag> [Reason] |
38 |
``` |
39 |
|
40 |
**Slash Command** |
41 |
|
42 |
``` |
43 |
/shot <Member> [Reason] |
44 |
``` |
45 |
|
46 |
#### Examples |
47 |
|
48 |
``` |
49 |
-shot @Someone |
50 |
-shot 34738227536248 |
51 |
-shot @Someone Spamming |
52 |
-shot 34738227536248 Spamming |
53 |
``` |