1 |
rakinar2 |
575 |
--- |
2 |
|
|
title: "Command: `bean` - SudoBot" |
3 |
|
|
short_name: bean |
4 |
|
|
--- |
5 |
|
|
|
6 |
|
|
import Modes from "@/components/MDX/Modes"; |
7 |
|
|
|
8 |
|
|
# `bean` |
9 |
|
|
|
10 |
|
|
Does nothing except DMing the user with a message that they have been beaned. |
11 |
|
|
|
12 |
|
|
### Aliases |
13 |
|
|
`bean` |
14 |
|
|
|
15 |
|
|
### Syntax |
16 |
|
|
|
17 |
|
|
``` |
18 |
|
|
-bean <User> [reason] |
19 |
|
|
``` |
20 |
|
|
|
21 |
|
|
### Required Permissions |
22 |
|
|
|
23 |
|
|
`ManageMessages` or,<br /> |
24 |
|
|
`BanMembers` |
25 |
|
|
|
26 |
|
|
### Modes |
27 |
|
|
|
28 |
|
|
<Modes modes={["legacy", "interaction"]} /> |
29 |
|
|
|
30 |
|
|
### Examples |
31 |
|
|
|
32 |
|
|
``` |
33 |
|
|
-bean @Someone Test reason |
34 |
|
|
-bean 4538546852653875 |
35 |
|
|
``` |