Role Reactor LogoRole Reactor
Admin

Goodbye

Configure the goodbye system for members leaving the server. Set up automatic goodbye messages with customizable placeholders.

Parameters

channel (required)

Channel where goodbye messages will be sent

message (optional)

Goodbye message (use placeholders like {user}, {server})

enabled (optional)

Enable or disable the goodbye system

embed (optional)

Use embed format for goodbye messages

Placeholders

You can use these placeholders in your goodbye message:

  • {user} - User mention
  • {user.name} - Username
  • {user.tag} - User tag
  • {server} - Server name
  • {memberCount} - Total member count
  • {memberCount.ordinal} - Ordinal member count (e.g., "1st", "2nd", "3rd")

Step-by-Step Example

  1. Select a channel for goodbye messages.
  2. Execute the command:
/goodbye setup channel:#general message:**{user}** left the server! Thanks for being part of **{server}**! 👋 enabled:true
  1. The bot will configure the goodbye system.

Set up with embed and custom message:

/goodbye setup channel:#general message:**{user}** left the server! Thanks for being part of **{server}**! 👋 enabled:true

View and manage settings:

/goodbye settings

Permissions Required

  • Manage Server: Required to configure goodbye system

Troubleshooting

  • Permission denied: You require Manage Server permissions to configure goodbye system.
  • Channel not found: Verify the channel exists and the bot can access it.
  • Message not sending: Verify bot permissions in the goodbye channel.
  • Placeholders not working: Ensure placeholders are spelled correctly (case-sensitive).

What You'll See

Interactive goodbye system with channel selection, message customization, and real-time settings management for members leaving!

Best Practices

  • Use a dedicated channel for goodbye messages for better organization.
  • Test the goodbye system with a test account before deployment.
  • Use placeholders to make messages more personal.
  • Consider using embeds for a more polished appearance.
  • Keep messages friendly and welcoming, even for members leaving.