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
- Select a channel for goodbye messages.
- Execute the command:
/goodbye setup channel:#general message:**{user}** left the server! Thanks for being part of **{server}**! 👋 enabled:true- 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:trueView and manage settings:
/goodbye settingsPermissions 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!
Related Commands
/goodbye settings
View and manage goodbye system settings
/welcome setup
Configure the welcome system
/role-reactions
Create role selection messages
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.