This section describes the admin commands for the Nick bot. Below are the commands available.
Welcome and goodbye message
This bot has an option to setup a welcome and / or a goodbye message for your guild
/welcome and /goodbye
Sets the welcome message (admin only)
Use this command to setup welcome message in your server.
Parameter | Description | Type | Required? |
---|---|---|---|
channel | Channel you want Nick to send the welcome message in | Discord Channel | no |
title | Title of the welcome message you want Nick to respond with | Any text | no |
body | Body of the welcome message you want Nick to respond with | Any text | no |
image | Image of the welcome message you want Nick to respond with | Any URL | no |
enable | Enable (true) or disable (false) the welcome message, default disabled | True / False | no |
Everywhere where welcome is mentioned, it is goodbye in the goodbye command
Title and Body placeholders
Inside the title and body you can set placeholders. These placeholders will be replaced once the user enters the guild
Placeholder | Description | Example |
---|---|---|
{user.ping} | The user that joins the guild, pings the user | @Dyrant |
{user.name} | The name of the user | Dyrant |
{user.id} | The Discord ID of the user | 1234567890 |
{user.tag} | The tag of the user (discriminator) | 4536 |
{guild.name} | The name of the guild the user joins | My amazing server |
{guild.id} | The Discord ID of the guild | 1234567890 |
{guild.totalUser} | The number of users in the guild, including the new joining user | 234 |