System Messages

Automatically send messages when certain member events occur.

Commands

There are four system message commands, each with the same subcommands.

  • welcome - Dispatched whenever a user joins the server.

  • goodbye - Dispatched whenever a user leaves the server.

  • boost - Dispatched whenever a user boosts the server.

  • joindm - Dispatched whenever a user joins the server.

The boost event is only dispatched if the server has the Discord System Message enabled or whenever the user receives the Server Booster role which only occurs once.

The following examples use the welcome command, but the same syntax is applied for the other system message commands.

Syntax: ;welcome add [channel] [code]
Example: ;welcome add #general Hi, {user.mention}

Removing a system message

You can remove a system message with the welcome remove command.

Syntax: ;welcome remove [channel]
Example: ;welcome remove #general

Test a system message

You can test a system message with the welcome test command.

Syntax: ;welcome test [channel]
Example: ;welcome test #general

Viewing all system messages

You can use the welcome list command to view all system messages.

Ping on Join

Set a normal welcome message but with this embed code:

{embed}$v{content: {user.mention}}$v{delete: 1}

Last updated