> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.petto.sbs/llms.txt
> Use this file to discover all available pages before exploring further.

# Leave Messages

> Announce it when a member leaves your server.

## Overview

Sent to a channel of your choice whenever a member leaves. Same [variables](/resources/scripting/variables) and [embed](/resources/scripting/embeds) support as welcome messages.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !leave setup <channel> [embed] [message]
  !leave status
  !leave test
  !leave disable
  ```

  ```javascript Example theme={null}
  !leave setup #logs --message "{user_tag} left the server."
  ```
</CodeGroup>
