1 |
--- |
2 |
title: "Command: `antijoin` - SudoBot" |
3 |
short_name: antijoin |
4 |
--- |
5 |
|
6 |
import Modes from "@/components/MDX/Modes"; |
7 |
|
8 |
# `antijoin` |
9 |
|
10 |
Turns anti join on or off. Makes it so that if someone joins while it's activated, they get kicked from the server. |
11 |
|
12 |
## Notes |
13 |
|
14 |
-raidmode isn't a slash command. Only a text command. |
15 |
|
16 |
### Aliases |
17 |
`raidmode` |
18 |
|
19 |
### Syntax |
20 |
|
21 |
``` |
22 |
-antijoin |
23 |
-raidmode |
24 |
/antijoin |
25 |
``` |
26 |
|
27 |
### Required Permissions |
28 |
|
29 |
`KickMembers` |
30 |
|
31 |
### Modes |
32 |
|
33 |
<Modes modes={["legacy", "interaction"]} /> |
34 |
|
35 |
### Examples |
36 |
|
37 |
``` |
38 |
-antijoin |
39 |
-raidmode |
40 |
/antijoin |
41 |
``` |