Tickets
Usage
Allow users to create tickets in your Discord server.
Setup
Complete the following steps to setup the ticket module.
Set Config Values for the Discord Server:
/config set tickets_category_closedClosed tickets will go here, before they get deleted./config set tickets_member_max_ticketsDefines maximum number of tickets per user./config set tickets_role_supportAllow users with this role to see all tickets./config set tickets_deletion_timeClosed tickets will be deleted after a specified amount of time. Formats: d, h, m, s Example:1d/config set tickets_remind_submitterThe submitter will be reminded to respond if they haven't responded for a day. Example:trueorfalse
Create Ticket Types
/config type upsertCreate a ticket type or update an existing type./config field upsertCreate or update fields that a user has to fill out when submitting a ticket of this type.Optional:
/config info createAllows you to predefine info to request in some cases after the ticket was created.Optional:
/config reason createAllows you to predefine reasons for closing tickets etc.
Set Ticket Creation Channel
/config set tickets_creation_channelSends a message in a channel where they can create tickets. Only one channel can be set.
Last updated