serenity
1 min read

Server Setup

Welcome messages, self-assignable roles, leveling, tickets, music and the rest of what you switch on once.

Replace [prefix] with your server's prefix.

This is the part of serenity you configure once and then forget about. Every module here is off until someone with Manage Server turns it on, and each one is independent - a server that only wants tickets never has to touch leveling.

The Modules

Where to Start

Most servers set these up in roughly this order:

  1. Greet people

    A welcome message is the first thing a new member sees, so it's the first thing worth writing. [prefix]welcome add

  2. Give them something to click

    Self-assignable roles cut the "can I get the ping role" messages down to zero. [prefix]buttonroles add

  3. Open a support channel

    Tickets take three commands and replace every DM your staff would otherwise get. [prefix]ticket send

  4. Reward the regulars

    Leveling and daily streaks both hand out roles on their own once configured. [prefix]level enable

Anything here can be switched off again with [prefix]disablemodule if it turns out your server doesn't want it.

Last edited