serenity
HomeCommandsStatusEmbed BuilderFAQ
  • Introduction
  • Get started
    • Welcome & Leave
      • Setting up Welcome
      • Setting up Leave
      • Setting up JoinDM
    • Moderation Setup
    • Lastfm
  • Security Setup
    • Antinuke
      • antinuke rolecreate
      • antinuke roledelete
      • antinuke editrole
      • antinuke giverole
      • antinuke channelcreate
      • antinuke channeldelete
      • antinuke kick
      • antinuke ban
      • antinuke massmention
      • antinuke newaccounts
      • antinuke spammer
      • antinuke botadd
    • Automod
      • Filter Invites
      • Filter Words
      • Filter Joins
    • Fake Permissions
  • Server Setup
    • Roles
      • Reaction Roles
      • Booster Roles
      • Button Roles
    • VoiceMaster
    • Counters
    • Tickets
    • Starboard
  • Embeds
    • Content in Embeds
      • Parameters
      • Variables
    • Writing Embed Code
    • Using Webhooks
    • Pagination
  • Miscellaneous
    • Antinuke Punishments
    • Fake Permissions
    • Donator Perks
    • Website
    • Support Server
Powered by GitBook
On this page
  • Creating a Leave Channel
  • Creating an Embed and setting the Leave Channel
  • Remove Leave Embeds
  1. Get started
  2. Welcome & Leave

Setting up Leave

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

PreviousSetting up WelcomeNextSetting up JoinDM

Last updated 8 months ago

Replace [prefix] with your server's prefix.

Creating a Leave Channel

  1. Head over to your Discord Server

    Click on the Discord Server that you would like to setup leave for using serenity.

  2. Create the channel

    Setup permissions for the channel with the desired name, for this example we will be using #leave

Creating an Embed and setting the Leave Channel

  1. Creating the Leave Embed

    Run the [prefix]embedsetup command to create the leave embed which you can use variables with. For more information regarding variables click .

  2. Setup the Leave Channel

    Run the [prefix]leave add command, which will give you further information.

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

// Example
[prefix]leave add #welcome {embed}{title: Bye!}$v{author: {user.name}}

Remove Leave Embeds

If you wish to remove the leave system from a channel, or you want to remove all embeds on the current server, you can run:

// Remove a specific Leave Embed
[prefix]leave remove #leave

//Remove all Leave Embeds from the Server
[prefix]leave reset
here