Skip to main content
Setup customizable goodbye messages for your server

Overview

Set a customizable goodbye message that automatically sends once a user leaves the server.

Setting up

Firstly, run ,goodbye setup to set the leave message up. You can always remove the leave message with ,goodbye reset

Configuring the goodbye channel.

Set the channel for the goodbye message to be sent in.
,goodbye channel (channel)
,goodbye channel #goodbye

Configuring the goodbye message

Set the message that will be sent once a user leaves the server
You can use embeds with dynamic variables in your message
,goodbye message (message)
,goodbye message {embed}$v{title: {user.name} has left}

Testing and viewing the goodbye message

You can easily test or view your set goodbye message using ,goodbye test and ,goodbye view
,goodbye test
Shows the message that will be sent, using you as the user leaving.
,goodbye view
Shows the raw code for the message, like your embed code.