Moderation Commands
These are the commands our moderators use to manage the server. All of these are slash commands, which are invoked by typing /
in a text channel.
/purge
Bulk delete messages in the current text channel.
Option | Required | Description |
---|---|---|
quantity | β | The number of messages you want to delete |
reason | β | The reason for deleting these messages |
author | β | Only delete messages from this user |
This action is recorded in the moderation log.
/timeout
Time someone out for the selected duration. The user will be unable to chat/react in text channels or join voice/stage channels until the timeout expires.
Option | Required | Description |
---|---|---|
user | β | The user you want to time out |
duration | β | How long they should be timed out for |
reason | β | The reason for timing out this user |
This action is recorded in the moderation log.
/strike
Give someone a strike. Strikes expire after 30 days. If the user accumulates 3 strikes, they will be banned from the server.
Option | Required | Description |
---|---|---|
user | β | The user you want to give a strike to |
reason | β | The reason for this strike |
This action is recorded in the moderation log.
/kick
Kick someone from the server. They can rejoin at any time using an invite link.
Option | Required | Description |
---|---|---|
user | β | The user you want to kick |
reason | β | The reason for kicking this user |
This action is recorded in the moderation log.
/ban
Ban someone from the server and optionally delete their recent message history. They cannot rejoin with an invite link unless the ban is revoked.
Option | Required | Description |
---|---|---|
user | β | The user you want to ban |
messages | β | How much of their recent message history you want to delete |
reason | β | The reason for banning this user |
This action is recorded in the moderation log.
/undo timeout
Cancel a timeout before it expires. This will restore the userβs ability to interact in the server.
Option | Required | Description |
---|---|---|
user | β | The timed out user |
reason | β | The reason for cancelling this timeout |
This action is recorded in the moderation log.
/undo strike
Remove a specific strike and render it inactive. Inactive strikes are not counted but will remain in the userβs moderation history.
Option | Required | Description |
---|---|---|
case | β | The case number for the strike |
reason | β | The reason for removing this strike |
This action is recorded in the moderation log.
/undo ban
Revoke a ban. The user will be allowed to rejoin the server with an invite link.
Moderators are responsible for notifying the user.
Option | Required | Description |
---|---|---|
user | β | The ID of the banned user |
reason | β | The reason for revoking this ban |
This action is recorded in the moderation log.
/reason
Update the reason for a moderation case.
Option | Required | Description |
---|---|---|
case | β | The case number |
reason | β | The new reason |
This action is recorded in the moderation log.
/history
View someoneβs moderation history. This includes all timeouts, strikes, kicks, and bans.
Option | Required | Description |
---|---|---|
user | β | The user whose history you want to see |
/lock
Lock a text channel. Restricts chat and reactions to staff only.
Option | Required | Description |
---|---|---|
channel | β | The channel you want to lock |
reason | β | The reason for locking this channel |
This action is recorded in the moderation log.
/unlock
Unlock a text channel. Restores chat and reactions for regular members.
Option | Required | Description |
---|---|---|
channel | β | The channel you want to unlock |
reason | β | The reason for unlocking this channel |
This action is recorded in the moderation log.
/megaban
Ban all members that recently joined the server with new accounts.
This is a last resort reserved for raids and may result in false positives. Please carefully examine the list of suspicious users before proceeding.
Option | Required | Description |
---|---|---|
joined | β | Include members who joined the server this long ago |
created | β | Include accounts created this long ago |
messages | β | How much of their recent message history to delete |
reason | β | The reason for banning these users |
This action is recorded in the moderation log.