-
Notifications
You must be signed in to change notification settings - Fork 13
Home
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.
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.
Now we will create the channel where our message will go to create tickets

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:



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.





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