Goodbye messages are sent automatically when a member leaves or is kicked from your server. Like welcome messages, you can configure up to 3 goodbye messages per server.
Commands
All commands require Manage Server permission. You can also use ,bye as a shortcut.
| Command | Usage | Description |
|---|
,goodbye add | [#channel] <message> [--delete seconds] | Add a goodbye message (max 3) |
,goodbye remove | <number> | Remove a goodbye message by its list number |
,goodbye list | | View all configured goodbye messages |
,goodbye test | [number] [#channel] | Preview a goodbye message using yourself |
,goodbye variables | | View all supported tagscript variables |
If no channel is specified, the goodbye message will be sent in the channel where you run the command.
Flags
| Flag | What it does |
|---|
--delete <seconds> | Auto-delete the goodbye message after the specified number of seconds |
Goodbye messages support the same tagscript and embed syntax as welcome messages. Use ,goodbye variables to see all available variables.
Want to build a custom embed? Use the Embed Builder to design your message visually and copy the code directly into your command.
,goodbye add #goodbye {user.mention}$v{embed}$v{color: #8B6914}$v{title: Goodbye!}$v{description: **{user}** has left {server}. We now have {server.members} members.}
Examples
Simple goodbye:
,goodbye add #goodbye Goodbye {user}, we'll miss you!
Embed goodbye with auto-delete:
,goodbye add #goodbye {embed}$v{color: #8B6914}$v{title: See you later!}$v{description: **{user}** just left the server.} --delete 30
Test your messages: