Skip to main content
info

This command has been consolidated. Now use: /admin goodbye <subcommand>

👋 Goodbye - Goodbye Messages

Messages when someone leaves the server

Commands

/admin goodbye canal

Goodbye channel

Parameters:

ParameterTypeRequiredDescription
canalChannel✅ YesChannel
Web Panel

Configurable from: Goodbyes > Channel

Access panel.yumechanbot.com

Example:

/admin goodbye canal canal:#goodbyes

/admin goodbye mensaje

Goodbye message

Parameters:

ParameterTypeRequiredDescription
mensajeString✅ YesMessage
Web Panel

Configurable from: Goodbyes > Message

Access panel.yumechanbot.com

Example:

/admin goodbye mensaje mensaje:`{user}` has left the server

/admin goodbye desactivar

Disable goodbyes

Example:

/admin goodbye desactivar

Discord Components V2

Goodbye messages now use Discord Components V2, the same modern system as welcome messages:

  • ContainerBuilder with accent color bar
  • TextDisplayBuilder for title, description and footer in markdown
  • SeparatorBuilder to divide sections
  • ActionRowBuilder with optional buttons

Kick/Ban Information

If the member was kicked or banned, the bot automatically injects an additional block with:

  • Kick/ban reason
  • Moderator who executed the action
  • Red color for kicks, dark red for bans

V2 Visual Builder

The web panel includes a V2 visual builder for goodbyes, identical to the welcome one. You can add, reorder and customize text blocks, separators and buttons.


📝 Available Variables (70+)

Goodbye messages support the same 70+ variables as welcomes:

{user} {username} {displayName} {server} {memberCount} {count} {date} {time} and many more.

See the welcome documentation for the full list.


📝 Notes

  • Old configurations are auto-migrated to V2 automatically
  • Goodbye messages don't include images (the user is no longer in the server)
  • Max 10 blocks per V2 message