Tickets

Learn how to setup the ticket system

Ticket Setup

Support Role

Define a support role for the ticket system. This role can close tickets, view them and add/remove members from the ticket.

Syntax: ;ticket support add [topic] [role]
Example: ;ticket support add default Staff

Category

Set a category in which Evelina should create all new tickets.

Transcripts

Set a channel in which all transcripts of closed tickets should be sent.

Ticket Topics

Create multiple ticket topics to have a better overview of your tickets.

After you have executed the command, you will receive a message with two buttons with which you can create or delete topics (categories).

To add your topic, click on "add topic" and fill out the modal.

To avoid problems with emoji processing, we recommend using the command ;emoji info [emoji] to find out the Markdown and copy it 1:1 for the ticket system.

You can also edit existing topics or create them manually.

Ticket Embed

To create a ticket you also need the ticket embed.

If you don't want the standard ticket embed, you can create one yourself. Go to https://evelina.bot/embed.

After you have finished designing your embed, click on "Generate Embed Code" and copy it with "Copy Embed Code"

Ticket Open Embed

Change the message sent when a new ticket is created.

Ticket Modals

Now you can add a modal that opens before a ticket is opened to have questions answered.

To display in the ticket message what the user has entered in the modal, you have to take the code and insert {code} into your open embed message like this

Here is an example of what it would look like if a user wants to open a ticket:

Here is an example of what it would look like if a user opened a support ticket and filled out the modal:

Ticket Channel Names

If you want you can change the default ticket channel name with these commands.

To remove a channelname from a topic you can do it with this command. Just leave the [channelname] variable empty.

Ticket Channel Topic

If you want you can change the default ticket channel topic with these commands.

To remove a channeltopic from a topic you can do it with this command. Just leave the [channeltopic] variable empty.

Last updated