A Discord Bot that creates an individual ticket when a button is pressed (similar to TicketTool bot)
When a special button sent with a message is pressed, an individual ticket is created.
/ping
- command to check if the bot is working
/embed
- sends a message with a button that creates a ticket when pressed
The bot is configured in the config.json
file.
token
- Discord Bot Tokenprefix
- bot prefixticket_category_name
- name of the category where tickets will be storedticket_channel_name
- name of the ticket (formatted as{name}-{user_id}
- e.g.,ABCD-1234
)moderator_role_id
- ID of the moderator role for access to tickets
git clone https://github.com/Bebrowskiy/Ticket-Bot.git
cd Ticket-Bot/
pip install -r requirements.txt
cd Bot/
python bot.py