Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • Overview
  • Invoke Messages
  1. Security Setup

Moderation

Guide to setting up moderation commands in your server.

PreviousJoin GateNextAuto Moderation

Last updated 7 days ago

Overview

Moderation commands require some basic setup before they can be used. This includes moderation logs, mute roles, and the jailed role & channel.

1

Creating the case logs & jail role

Jail is a feature similar to mute, but it restricts users from all channels except #jail

Use the ;setjail command to create the case logs channel and jail role.

2

Creating the necessary mute roles

This will create a image mute, and reaction mute role.

Use the ;setmute command to create the necessary mute roles.

Upon completion of the setup, you’ll notice a few new roles and channels in your server.

  • Image Muted - Used to restrict users from uploading attachments.

  • Reaction Muted - Used to restrict users from reacting to messages.

  • Jailed - Used to restrict users from all channels except the #jail channel.

    • The jailed role can be renamed since it’s found by its id.

Invoke Messages

You can customize the response for moderation commands and the direct message which will be sent after punishing the user.

The following moderation commands can be customized:

  • jail, kick, ban & mute

The message parameter can be raw text or an with dynamic .

Command response:

;invoke message (command) add [code]
;invoke message (command) add Kicked, {member.mention}

Direct messages:

;invoke dm (command) add [code]
;invoke dm (command) add Kicked, {member.mention}
embed
variables