Skip to main content
recommended to use embed builder
The Leave Setup system lets you configure an automated leave message members you can always use the embed builder to build embed to your own style!

Permissions

To use any of the Leave subcommands, you need the (manage_guild) permission

Command Overview


Set Leave Message

Set a new Leave message for your server
Leave set <#channel> <raw>
Arguments:
  • <#channel> — The text channel where the leave message will be sent
  • <raw> — The raw embed/message string that defines your leave message
Example:
;leave set #chat {message:{user.mention} left {guild.name}$author:{user.pfp} {user.name}$#&color:#000000} 

Reset Leave Message

Remove the current Leave configuration from your server
;leave reset

View Leave Message

See preview of the currently configured Leave message
;leave view
;leave preview

Variables

VariableDescription
{user.mention}Mentions the new user
{user.name}Username only
{user.tag}Username + discriminator
{user.id}User’s ID
{user.pfp}URL to user’s avatar
{guild.name}Server name
{guild.icon}Server icon URL
{membercount}Current member count
{xvz.name}Bot name
{xvz.pfp}Bot avatar URL

Raw Embed Syntax

Available Fields:
  • message: — Plain text message content
  • title: — Embed title
  • description: — Embed description
  • author: — Embed author text (optionally with icon URL)
  • thumbnail: — Embed thumbnail image URL
  • image: — Embed image URL
  • footer: — Embed footer text (optionally with icon URL)
  • &color: — Embed color in HEX (e.g., &color:#FF0000)
  • button: — Add interactive buttons (see below)
Example Embed:
{description:{user.mention} left {guild.name}$#&color:#000000} 

Buttons Syntax

Parameters:
  • style#primary / style#secondary / style#success / style#danger / style#link
  • emoji:EMOJI
  • url:LINK (required for link buttons)
  • disable: (disables the button)
Example Buttons:
button:Click Me#style#primary#emoji:👋
button:Visit Website#style#link#url:https://example.com