All ticket commands must be run inside an active ticket channel. Absolet identifies whether a channel is a valid ticket by looking up its channel ID in the database. If the current channel is not a registered ticket, all commands in this category will reply with an error. Most ticket commands require the Staff or Owner permission level;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.
/rename requires Admin.
Ticket panels are created and configured with
/ticket-manage setup. See the Admin Commands reference for panel setup instructions./add
Add a user to a ticket — grants them view, send, and attach-files permissions on the current ticket channel.
Default permission: Staff, Owner
The user to add to the ticket.
usersInTicket list on the ticket document so that their permissions can be revoked on close.
/alert
Alert a user about their ticket — sends a direct message to the ticket owner alerting them that their ticket requires attention. Useful when a user has gone inactive.
Default permission: Staff, Owner
No parameters. The ticket owner is determined from the stored ownerId on the ticket record. If the user has DMs disabled, the bot will reply with an error message.
/claim
Claim a ticket for the responding staff member. Once claimed:
- The claiming staff member receives
ViewChannelandManageChannelspermissions. - All other staff roles are hidden from the channel.
- The ticket control buttons are updated to reflect the claimed state.
Only one staff member may hold a claim on a ticket at a time. The name of the claiming staff member is stored and displayed if someone else tries to claim.
/close
Close the current ticket. On close:
- All users in
usersInTicketloseViewChannelpermission. - A control panel is posted with buttons for Transcript, Reopen, and Delete.
- The ticket is marked
isClosed: truein the database.
/close on an already-closed ticket replies with an error.
/open
Open a previously closed ticket. On open:
- All users in
usersInTicketregainViewChannelpermission. - The close-control message is deleted.
- The ticket is marked
isClosed: false.
/open on an active (not closed) ticket replies with an error.
/remove
Remove a user from the current ticket channel, revoking all their channel permission overwrites.
Default permission: Staff, Owner
The user to remove from the ticket.
usersInTicket list. If the user was never added, the bot replies with an error.
/rename
Rename a ticket channel.
Default permission: Admin
The new channel name for this ticket.
channelName field.