Home
Get Started Welcome & Leave

Setting up Welcome

Setting up the channels and message for both welcome & leave events.

This page applies to both Welcome and Leave. Use the same steps and replace the command with leave where needed.

Replace [prefix] with your server’s prefix. For Calamity the prefix is ,,.

You can also send plain text instead of an embed if you want. Just type your message without any embed syntax.

When setting up help messages, you can use embedsetup to generate embed code compatible with Calamity.

Creating a welcome channel

  1. Head over to your Discord Server

    Open the server where you want to enable welcome messages.

  2. Create the channel

    Create a text channel and set the permissions as needed. In this example we’ll use #welcome.

Creating an Embed and setting the Welcome Channel

// Syntax
[prefix]welcome add [channel] [code]

// Example
[prefix]welcome add #welcome {embed}$v{title: Welcome!}$v{author: {user.name}}
Example of adding a welcome embed

Creating Temporary Welcome Embeds

To make the message disappear automatically, add the $v{delete: seconds} block to your embed code.

// Example
[prefix]welcome add #welcome {embed}$v{description: test}$v{delete: 5}

Remove Welcome Embeds

Remove a specific welcome message from a channel, or reset all welcome embeds on the server.

// Remove a specific Welcome Embed
[prefix]welcome remove #welcome

// Remove all Welcome Embeds from the server
[prefix]welcome reset
Example of removing a welcome embed