Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-04-20 | 672 Bytes | |
SupportBot 7.7.3 Release source code.tar.gz | 2023-04-20 | 23.2 kB | |
SupportBot 7.7.3 Release source code.zip | 2023-04-20 | 42.1 kB | |
Totals: 3 Items | 66.0 kB | 5 |
New: - Added a Ticket Unclaim and Ticket Unlock feature
Update Guide: - Add these lines to your config:
TicketUnclaimMessage: "Your ticket is now unclaimed by" #Automaticly tags user to the end
TicketUnclaimTitle: "Ticket Unclaimed"
UnlockTicketCategory: "Tickets" #This moves the ticket back to the main category.
TicketUnlockEmoji: ":unlock:"
TicketUnclaimEmoji: ":technologist:"
TicketUnclaimColour: "DANGER"
TicketUnlockColour: "SUCCES"
- Replace your ./Events/interactionCreate.js with:
https://github.com/Emerald-Services/SupportBot/blob/ec955d8dc9bcfec26c71b4958378879d6295bc5b/Events/interactionCreate.js