Skip to content

Moderation

Kneemund edited this page Jun 10, 2022 · 8 revisions

Mute

/mute
The duration argument must not be smaller than 10 seconds.

Ban

/ban If the delete argument is specified and set to true, all messages from the user that are not older than 7 days will be deleted. If the duration argument is specified, it must not be smaller than 10 seconds. If it isn't specified, the ban will be permanent.

Note

Command Description
/note create Adds a note to the specified user.
/note delete Removes the note that has the specified UUID.
/note list Lists all notes of the specified user.

Warnings

Please refer to "General Information" for more information.

Manually triggering the Punishment System

/warn trigger
Triggers the automatic punishment system for the specified user, which is useful after e.g. editing the severity of a warning.

Moderation Logs

/logs
This command lists everything about the specified user: warnings, punishments (e.g. ban/kick/mute), notes, ban appeals and past punishments.

Editing

Every entry of features like notes, bans or mutes can be edited using /edit.
You can use the UUID (/edit id) or reference a user (/edit user). The latter will use the user's latest entry in that category, e.g. the latest warning.

Aspect Value
Ban Duration duration
Ban Reason reason
Kick Reason reason
Mute Duration duration
Mute Reason reason
Note Content content
Warning Reason reason
Warning Severity severity

Purging Messages

/purge
Due to Discord's API limits, you can only purge up to 100 messages at a time that are less than two weeks old.

Additional Information

Please refrain from manually banning or kicking users, as the bot could miss it. This is due to the fact that it has to fetch the audit log in order to find out the executor and reason. The entry containing these details gets created after the ban/kick event is fired. To circumvent this, the bot waits one second. The Discord API is garbage in this aspect.

Clone this wiki locally