Absolet’s moderation commands give staff teams precise control over member discipline and channel hygiene. All case-based commands (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/devjhoan/absolet/llms.txt
Use this file to discover all available pages before exploring further.
/ban, /kick, /warn) automatically track case numbers in the database, making audit history easy to review with the list subcommand. The /clear, /nuke, and /announce commands each have their own permission levels as configured in config/commands.yml.
/ban
Ban’s manager for adding, removing, and viewing bans.
Default permission: Staff, Owner
Subcommands
add
Bans a member from the server and logs the case.
The member to ban.
The reason for the ban.
Number of days of messages to delete (1–7).
remove
Unbans a member by case number or user ID and records the removal reason.
The case number or Discord user ID to unban.
The reason for removing the ban.
list
Lists all ban records, optionally filtered to a specific member.
Filter results to this member. Omit to list all bans.
The bot will refuse to ban a member whose highest role is equal to or higher than the moderator’s highest role, or when the target is not bannable by the bot.
/kick
Kicks manager for removing, tracking, and reviewing kicks.
Default permission: Staff, Owner
Subcommands
add
Kicks a member from the server and creates a case record.
The member to kick.
The reason for the kick.
remove
Marks a kick case as removed (does not re-add the member).
The case number to remove.
The reason for removing the kick record.
list
Displays all kick records, optionally filtered to one member.
Filter results to this member. Omit to list all kicks.
/warn
Warn’s manager for issuing, removing, and listing member warnings.
Default permission: Staff, Owner
Subcommands
add
Issues a warning to a member and logs the case.
The member to warn.
The reason for the warning.
remove
Marks a warning case as removed.
The case number to remove.
The reason for removing the warning.
list
Shows all warning records, optionally scoped to a single member.
Filter results to this member. Omit to list all warnings.
Warnings do not automatically trigger further punishment. Use
/ban or /kick alongside warnings as needed./clear
Delete a number of messages from the channel.
Default permission: Admin
The number of messages to delete.
/nuke
Delete all the messages in a channel by cloning the channel and removing the original, preserving the channel’s position. Requires confirmation before proceeding.
Default permission: Admin
The text channel to nuke. Defaults to the current channel.
/announce
Send a message/embed to a channel using raw JSON code from an embed builder (e.g., embed.strider.top).
Default permission: Staff, Owner
JSON-encoded message payload. May include an
embed key which will be automatically converted to an embeds array.The target text or announcement channel. Defaults to the current channel.