TicketBot is a bot that allows users to create tickets in a ticketing system.
Version: 1.0.0
- Node.js (v10.16.3)
- Discord.js (v13.x)
- MySQL 8+
- Rename configExample.json to config.json
- Fill sql details and bot token
- npm install
- Start the bot (node .)
- /panel send - Sends ticket panel
- /panel ticket-category type: <TICKET_TYPE> categoryid:
- /panel closed-category type: <TICKET_TYPE> categoryid:
- /panel settings-panel category: <TICKET_TYPE> type: <VALUE_TYPE> value: <NEW_VALUE>
- /panel settings-category category: <TICKET_TYPE> type: <VALUE_TYPE> value: <NEW_VALUE>
- /panel category-add <VALUES...>
- /panel category-remove <TICKET_TYPE>
- Delete database and start over.