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:

VariableContains
guildServer name
guild.idServer ID
guild.memberCountMember count of the server
userMention of the user who left the server
user.idTheir ID
user.tagTheir tag
user.registeredTheir registration date

Example: {{user.tag}} has decided to leave us. We'll miss you!