Update 1.0.8.2
- Fixed an issue causing paypal command to only work if you have 1 role in AllowedRoles
Update 1.0.8Add the following to the config under TicketSettings MaxTickets
- Added an option to DM user on ticket close
- Added Ticket author, closed by and ticket type to ticket close log embed
How to update from 1.0.7
Code:DMUser: true # DM user on ticket close with transcript?
Replace the following files:
events/interactionCreate.js
tickets.json
Update 1.0.7Add the following to TicketSettings in config:
- Added TranscriptType to config, you can now choose between HTML and TXT transcripts
- Added MaxTickets to config
- Added OnlyInTicketChannels option to config for paypal command
- Added MentionAuthor in new tickets option to config
How to update from 1.0.6:
TranscriptType: "HTML" # You can choose between "HTML" and "TXT"
MentionAuthor: false # Mention author in new tickets?
MaxTickets: "1" # The max amount of tickets a user can have open at 1 time
Add the following to PayPal Invoices section in config under AllowedRoles
Code:OnlyInTicketChannels: true # Only allow this command in ticket channels?
Replace the following line in the config locale with:
Code:AlreadyOpenMsg: "You may only have **{max} ticket(s)** open at a time." # Use {max} for the max amount of tickets a user is allowed to have open at the same time
Files to replace:
commands/paypal.js
events/interactionCreate.js
events/guildMemberRemove.js
Update 1.0.6
- Added PayPal Invoices command
- Added an option to blacklist roles from creating tickets
- Added locale to config
- Removed TicketPanelSettings.ChannelID from config, the panel is now sent to the channel where the command is ran
Update 1.0.5
- Fixed an issue causing panel command to not work
- Fixed an issue causing ticket close to not work
Update 1.0.5
- Added permission overwrites in ticket channels for the bot
- Removed unused intents
- Added TicketSettings in config for general ticket configuration
Update 1.0.4
- Fixed an error when opening tickets
- Added an option to automatically delete tickets when the user leaves the server
- Added support for multiple support roles
