---
title: /kick
description: Kick a user from the server.
---
## Overview

`/kick` removes a user from the server. They can rejoin if invited.

## Required Permissions

- **Kick Members**

## Options

| Option | Required | Description |
|--------|----------|-------------|
| `user` | Yes | User to kick |
| `reason` | No | Reason for the kick |
| `dm_user` | No | Send the user a DM with the reason (default: on) |
| `additional_users` | No | Extra users to kick in the same command, space or comma-separated |
| `proof` | No | Attachment to attach as evidence on the case |

## Behavior

- The user receives a DM with the reason and an Appeal button (if appeals are enabled and `dm_user` is on).
- Bots cannot be kicked.
- A case is created for each user and logged if a log channel is set.
- Kicking multiple users at once reports which succeeded and which were skipped, with a reason for each skip.