Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Felipe Giraldo edited this page Jun 17, 2022 · 14 revisions

Get Started

We suggest you be familiar with discord.py and python. This is a Ticket Bot guide so it couldn't contain a lot of python explanations.

Running the bot

Up to this part of the guide the bot should be working, with the default values of course, but if up to this part your bot is working it means that you have completed the previous steps well.

Ticket channel

Now we will create the channel where our message will go to create tickets

image

Ticket command

In the ticket channel we are going to execute the command tb!ticket (remember that tb! is the default prefix, if you changed it you put its respective prefix) and the bot will reply this:

image

Testing the bot

Select function

image

image

When one of the options is selected, the bot will send a confirmation message when the respective ticket is created, also mentioning its executor in the ticket.

image

image

Inside the ticket

image

Call staff function

image

Close ticket function

image

Ticket logs

When the ticket has been closed, a message will be automatically sent to the ticket log channel with basic ticket information.

image

Customizing the bot