/[sudobot]/trunk/docs/app/(docs)/commands/moderation/ban/page.mdx
ViewVC logotype

Annotation of /trunk/docs/app/(docs)/commands/moderation/ban/page.mdx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 664 byte(s)
chore: add trunk
1 rakinar2 575 ---
2     title: "Command: `ban` - SudoBot"
3     short_name: ban
4     ---
5    
6     import Modes from "@/components/MDX/Modes";
7    
8     # `ban`
9    
10     Bans a user from the server. Doesn't matter if the user is in the server or not.
11     If the user is in the server, they will receive a DM notice from the bot telling them that they were banned, with the given reason.
12    
13     ### Syntax
14    
15     ```
16     -ban <user_mention|user_id> [reason]
17     -ban <user_mention|user_id> [message_deletion_timeframe=0s] [reason]
18     ```
19    
20     ### Required Permissions
21    
22     `ADMINISTRATOR` or `BAN_MEMBERS`
23    
24     ### Modes
25    
26     <Modes modes={["legacy", "interaction"]} />
27    
28     ### Examples
29    
30     ```
31     -ban @Someone Violating rules
32     -ban 84465685652367452 7d Violating rules
33     ```

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26