28 |
-ban 45643846466843 -d 7 Spamming a lot |
-ban 45643846466843 -d 7 Spamming a lot |
29 |
``` |
``` |
30 |
|
|
31 |
|
## Temporary Ban |
32 |
|
Temporarily ban users. |
33 |
|
|
34 |
|
##### Legacy Command |
35 |
|
``` |
36 |
|
-tempban <UserID|UserMention> <Time> [Reason] |
37 |
|
``` |
38 |
|
|
39 |
|
##### Slash Command |
40 |
|
``` |
41 |
|
/tempban <UserID> <Time> [days] [reason] |
42 |
|
``` |
43 |
|
|
44 |
|
##### Examples |
45 |
|
|
46 |
|
``` |
47 |
|
-tempban @Someone 1h |
48 |
|
-tempban @Someone 30m Spamming a lot |
49 |
|
-tempban 45643846466843 2m |
50 |
|
-tempban 45643846466843 5d Spamming a lot |
51 |
|
``` |
52 |
|
|
53 |
|
## Softban |
54 |
|
Ban a user and unban immediately to remove messages from the user. |
55 |
|
|
56 |
|
##### Legacy Command |
57 |
|
``` |
58 |
|
-softban <UserID|UserMention> [-d=DAYS_OF_MESSAGE_DELETION] [Reason] |
59 |
|
``` |
60 |
|
|
61 |
|
##### Slash Command |
62 |
|
``` |
63 |
|
/softban <UserID> [-d=DAYS_OF_MESSAGE_DELETION] [days] [reason] |
64 |
|
``` |
65 |
|
|
66 |
|
**Options**: |
67 |
|
|
68 |
|
- `-d`: Specify the how many days old messages to delete. Must be in range of 0-7. Default is `7`. |
69 |
|
|
70 |
|
##### Examples |
71 |
|
|
72 |
|
``` |
73 |
|
-tempban @Someone 1h |
74 |
|
-tempban @Someone 30m Spamming a lot |
75 |
|
-tempban 45643846466843 2m |
76 |
|
-tempban 45643846466843 5d Spamming a lot |
77 |
|
``` |
78 |
|
|
79 |
## Mass Ban |
## Mass Ban |
80 |
Use the `-massban` command to massban users. |
Use the `-massban` command to massban users. |
81 |
|
|