We're currently working on a v2 of the bot, API, tracking & app to provide better user experience and stability. Stay tuned!

🔨Creating a Ticket panel

To start, what is a panel? A ticket panel is an embed that contains details along with buttons that open tickets. Below is an example.

An Example ticket panel

So a panel consists of 2 parts - embeds & buttons. In this section, we are going to create the embed(s).

So, find a channel you can run ClashKing commands in and open up {/ticket panel-create}. There is 2 options:

  • {panel_name}: this is a unique name to identify your panel later

  • {embed}: this is an embed stored in the bot

Once you have an embed made, you can fill in both fields and you will have your very first ticket panel - your embed plus a default "Open Ticket" button.

The next section covers Adding Buttons & Actions

Was this helpful?