Releases: DJj123dj/open-ticket
Releases · DJj123dj/open-ticket
Open Ticket v3.5.2!
added:
- custom emoji support
- text transcripts now also get sent in DM
- new french translation by (tostam)
fixed:
- maxEventListeners warning on discord.js client
- token not loading correctly from
.env
file - interaction hasn't been replied or deferred error on commands
Open Ticket v3.5.1!
added:
- the missing translations from v3.5.0
fixed:
- color.toLowerCase() error when not specified
Open Ticket 3.5.0!
added:
- stats command (global, ticket & user statistics)
- HTML transcripts can now have a custom favicon
- support for the
CUSTOM
bot status type - ticket admins can now also use admin commands in their tickets
fixed:
- axios dependabot alert (updated to
1.6.2
) - some emojis didn't display correctly in the HTML transcripts
- changed HTML transcript & livestatus API endpoints
- /reopen slash command could crash due to typo
- updated README.md, CONTRIBUTING.md & SECURITY.md
Open Ticket 3.4.4!
added:
- Indonesian translation by erxg
- Czech translation update by spyeye_
removed:
- support for any bugs relating to versions < 3.4.0
Open Ticket 4.0 is underway!
We are still continuing development on open ticket 4.0! And really soon, the new API documentation will be published for everyone to see! We would love too see the many plugins created with the API!
Open Ticket 3.4.3!
added:
- tried to add warning embeds for renaming a channel to much (discord ratelimit)
- open ticket 4 announcement in readme
fixed:
- claim command via "!ticket claim" didn't work
- change command via "!ticket change " didn't work
- non-ticket options would appear in the id menu from the change command
- the help menu now doesn't appear anymore when running the claim, unclaim or change command without slash cmds.
Open Ticket 3.4.2!
added:
- Hungarian translation
- better plugin error logging (by redactado in discord)
fixed:
- very small bugs/typos
upcoming: Open Ticket v4!
If everything goes to plan, then there will be a new open ticket v4 somewhere in September! It's totally rewritten from the ground up and will be the most advanced and customisable version ever seen!
Open Ticket 3.4.1!
added:
- Ukrainian translation (thanks anderskiy)
- better Thai translation
- Open Ticket is now compatible with the new discord username system
fixed/changed:
- fixed
process.stdout.cursorTo is not a function
- fixed bug that didn't allow custom emoji's in ticket options
- fixed typos in README.md
- fixed bug at ticketOpener:230 =>
The reply to this interaction has not been sent or deferred
removed:
- removed the unused file OTWiki.png
Open Ticket 3.4.0!
added:
- thai translation (Mods HD#0661)
- norwegian translation (NoOneNook#0266)
- greek translation (ꙅoᴎɒᎸɘƚꙅ#3744)
- HTML TRANSCRIPTS V2!!
- html transcript ID's are now shorter
- the time it takes to generate transcripts is now 16s instead of 32s
- you can now customise the pings from the ticket
changes/fixes:
- updated german translation
- updated turkish translation
- fixed crash with axios GET request
- core/utils/lifeStatus.js => version is from now on not synced anymore with package.json
- fixed MAJOR hiddendata bug (replaced by new system)
- fixed bug "Cannot read properties of undefined (reading 'forEach')"
- prepared bot for new discord usernames
- updated discord.js to v14.11.0
- added extra translation credits in the json files
- updated readme file
Open Ticket 3.3.3!
fixed:
- fixed MAJOR bug that hidden data was visible due to discord updating their markdown rules without letting developers know.
- fixed typo that caused the a message to not be an ephemeral msg.
Open Ticket 3.3.2!
added:
- you can now add images to the "messages"
- footers can have images now
- the claim button now also sends an embed
- added readonly adminroles for tickets
fixed:
- #58 fixed major error:
Interaction not identified
when (un)claiming - fixed bug
channel.isTextBased()
- all buttons & slash commands now first send a deferReply before actually replying
- added lots of
async
,await
for better error handling
And a lot of other small changes...