-
Notifications
You must be signed in to change notification settings - Fork 0
Moderation
/mute
The duration
argument must not be smaller than 10 seconds.
/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.
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. |
Please refer to "General Information" for more information.
/warn trigger
Triggers the automatic punishment system for the specified user, which is useful after e.g. editing the severity of a warning.
/logs
This command lists everything about the specified user: warnings, punishments (e.g. ban/kick/mute), notes, ban appeals and past punishments.
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 |
/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.
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.