Skip to main content
Leave Message sends a customized farewell message to a channel of your choice whenever a member leaves, is kicked, or is banned from your server.
Required Permission: Admin Access or higher — Server Owner, Extra Owner, Trusted User, or Administrator with a role above the bot can use these commands.
Premium Feature: This module requires an active Premium subscription. If the server’s premium expires, the leave message system will be automatically disabled.

Setting Up

Follow these steps to configure the leave message for your server.
1

Run the Set Command

Provide the channel and your leave message.
.leavemsg set #goodbye {user} has left {servername}. We are now at {servermembercount} members.
A preview of the message will be shown before saving.
2

Test It

Send a test message to verify the output.
.leavemsg test

Commands

CommandDescription
.leavemsg set <channel> <text>Sets the leave message and channel
.leavemsg showShows the current leave message with a live preview
.leavemsg testSends a test leave message to the configured channel
.leavemsg resetDeletes the leave message configuration
.leavemsg enableEnables the leave message
.leavemsg disableDisables the leave message

Customizing Messages

The leave message is fully customizable and supports both dynamic variables and custom embeds.

Using Variables

You can dynamically insert information like the user’s name or the updated member count. Refer to the Variables reference for the full list. Available contexts: Server, User, Author, Target
.leavemsg set #goodbye Goodbye {user}! {servername} now has {servermembercount} members.

Using Custom Embeds

Design a rich embed using the interactive embed builder, then attach it to your message with the {embed:name} syntax.
1

Create the Embed

.embed create farewell_card
Use the dropdown menu to customize title, description, color, images, and variables.
2

Attach to Message

.leavemsg set #goodbye {user} has left. {embed:farewell_card}
The {embed:name} placeholder is invisible in the final output. The bot strips it from the text and attaches the rich embed below the message. Variables placed inside the embed builder will also parse correctly.

Limitations

  • A leave message configuration must be reset before setting a new one. Use .leavemsg reset first.
  • If the configured channel is deleted, leave messages will silently fail until a new channel is set.
  • The {user} variable in leave messages will display the user’s name rather than a clickable mention, since the member has already left the server.