All Documentation
🚪Kick a user from the server.

/kick

Remove a user from the server. The user receives a 1-minute timeout first, then gets kicked.

Usage

/kick <target> [reason]

Parameters

ParameterTypeRequiredDescription
targetUserThe user to kick
reasonTextReason for the kick

What Happens

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

Example

/kick @RuleBreaker Not following community guidelines

Bot Response

  • The kicked user receives a DM: "🚪 Removal Notification" with reason and reference ID
  • Confirmation: "⏳ @RuleBreaker received a 1-minute timeout. They will be removed from the server afterwards."

Error Cases

  • You cannot kick bots
  • You cannot kick users with a higher role than the bot
  • Rate limits may apply

Required Permissions

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