Leave notifications
Introduction to the module of sending notifications about users leaving the server.
Basics
This module allows you to automatically send a message when a user leaves the server.
Configuration
The module can be configured via the /leave command. After sending the command you will see the control panel, with the help of which you can enable or disable the module, change the message and so on.
What is configurable?
You can configure following settings:
- Whether the module is enabled
- Leave messages (bot will choose random message and send it upon user leave)
- Channel to send message in
Message variables
You can use variables in the message. They should be specified in double brackets {{...}}. The available variables are:
Variable | Contains |
---|---|
guild | Server name |
guild.id | Server ID |
guild.memberCount | Member count of the server |
user | Mention of the user who left the server |
user.id | Their ID |
user.tag | Their tag |
user.registered | Their registration date |
Example: {{user.tag}} has decided to leave us. We'll miss you!