Staff Moderation Guide

Learn how to effectively moderate and use bot-assisted resources to perform them.

Issuing Punishments

Developer IDs

User/Server/Message IDs provide a more accurate lookup and moderation of users. It's advisable to enable this function and use them when possible to ensure the best accuracy.

Moderation Commands

Ensure that every moderation with a reason field is used properly.

Do not put immature, vague, or otherwise useless reasons for actions placed.

This reflects poorly on us and causes issues during the appeals process.

.mnote <user> <note>

Creates a 📝Mod Note case in the user's modlog history. This is kept as a reference for future moderations.

This does not send a direct message to the user the note is applying to.

Mostly used to privately log potentially disruptive behavior.

Most useful for accusations without evidence made in Modmail against a user.

Viewing/Editing/Removing

  • .mnote list <user> - View notes for the user

    • This will show the index of each note for editing/removal purposes

  • .mnote remove <user> <index> - Remove a note from the user

  • .mnote edit <user> <index> <newnote> - Edit a note for a user

In-Game Player Notes

Similar to discord user notes, you can add/edit/view notes of other players.

When looking at a player's stats via the .playerstats command, you will see the following buttons.

The buttons are pretty self-explanatory.

To delete a note, first use the show button to get the number of the note, then you can delete it by clicking the - button and entering that number. It is the same concept when editing a note.

All notes are logged to the #🛡|mod-log channel.

Modlog Management

On every moderator action, a case is created. These cases can be individually viewed as well as seen at an overview depending on the need.

You have the ability to edit the reason in cases. However, please note that any edits made will not be visible to the user in direct messages. Therefore, it's crucial to ensure the punishment reason is accurate in the first place.

Action
Command
Commonly Used?

View info about the in-game user

.playerstats <player>

View info about the user

.userinfo <member>

View a user's modlog overview

.listcases <member>

View a user's singular punishments

.casesfor <member>

View a singular case

.case <member>

Using these commands, you can view the case number, reason, moderator, date, and (if applicable) the expiration of a timed punishment.

In order to remove punishments, use the following:

Punishment
Command
Mod can run?

Warning

.unwarn <user> <warn_id> [reason]

Mute

.unmute <user> [reason]

Ban

.unban <user> [reason]

Last updated