All Documentation
🔨Permanently ban a user from the server.

/ban

Ban a user from the server. The user receives a 1-minute timeout first, followed by a permanent ban.

Usage

/ban <target> [reason]

Parameters

ParameterTypeRequiredDescription
targetUserThe user to ban
reasonTextReason for the ban

What Happens

  1. The targeted user receives a 1-minute timeout immediately
  2. A DM notification is sent to the user with the ban reason and a reference ID
  3. After the timeout expires, the user is permanently banned from the server
  4. The action is logged in the moderation log

Example

/ban @TroubleMaker Repeated rule violations

Bot Response

  • The banned user receives a DM: "⚠️ Ban Notification ⚠️" with the reason and reference ID
  • Confirmation in the channel: "✅ @TroubleMaker received a 1-minute timeout. They will be permanently banned afterwards."

Error Cases

  • You cannot ban bots
  • You cannot ban users with a higher role than the bot
  • You cannot ban yourself
  • Rate limits may apply for rapid moderation actions

Required Permissions

  • Discord permission: Ban Members
  • R&V permission level: Moderator or higher