Configuring welcome and leave messages and their placeholders
Here I'll show you how to configure your welcome and leave messages. This includes showing you how to make them send to a specific channel, and using placeholders, a powerful tool when used correctly.
Preface - Permissions
You need to be the server owner, someone with the Administrator permission, or someone with the Manage Server permission in order to use these commands.
The Commands to Configure Welcome and Leave Messages
There are some simple commands that you need to use in order to configure your welcome and leave messages. Here they are.
;membjoinleave join/leave message <Your message here>
;membjoinleave join/leave channel <Your channel here>
Quite simply, these two commands will allow you to configure your member join and member leave messages and the channel that said messages are sent to. Let's say you typed the following two commands:
;membjoinleave join message Welcome, <USER> to <SERVERNAME>. You are member
number <MEMBERCOUNT>.
;membjoinleave join channel #general
It would result in something like this:

The resultant message would look like:

The same applies for leave messages, just replace 'join' in those commands, with 'leave'.
Placeholders
So, you saw that I typed some strange statements in my message, namely '<USER>', '<SERVERNAME>', and '<MEMBERCOUNT>'. But what are these? Well, these are placeholders. As I said in the description of this page, they are a powerful tool when used correctly. As you saw, the statements I used in the message were replaced in the final message by various things. This is the power of placeholders. You can obtain useful information about the user or the server and use it in your join and leave messages, and they will be replaced appropriately. Here is a full list of the placeholders for join and leave messages:
<USER> - Replaces with the mention of the user.
<SERVERNAME> - Replaces with the name of the server.
<MEMBERCOUNT> - Replaces with the member count of the server.
<MEMBERID> - Replaces with the Discord User ID of the user.
<USERTAG> - Replaces with the Discord 'Tag' of the user.
Removing the messages
If you want to remove the join and/or leave message, there are two simple commands to do this.
;membjoinleave join remove
That will remove the join message.
;membjoinleave leave remove
That will remove the leave message.
Last updated