Skip to main content

4 posts tagged with "v3.3"

View All Tags

Update v3.3.3

ยท One min read
DJj123dj
Open Ticket Main Developer

Bug Fixes Updateโ€‹

A small bugfix update!

Added:โ€‹

nothing

Improved:โ€‹

nothing

Fixed:โ€‹

  • fixed major bug that hidden data was visible because of discord updating their markdown rules.
  • fixed typo that caused a message to not be an ephemeral msg.

Removed:โ€‹

nothing

Update v3.3.2

ยท One min read
DJj123dj
Open Ticket Main Developer

Bug Fixes & QoL Updateโ€‹

A small bugfix update with some quality-of-life features!

Added:โ€‹

  • ability to add images to "messages"
  • footers can have images now
  • added readonly adminroles for tickets

Improved:โ€‹

  • the claim button now also sends an embed

Fixed:โ€‹

  • 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
  • other small changes

Removed:โ€‹

nothing

Update v3.3.1

ยท One min read
DJj123dj
Open Ticket Main Developer

Bug Fixes & QoL Updateโ€‹

A small bugfix update with some quality-of-life features!

Added:โ€‹

  • Slovenian translation

Improved:โ€‹

  • errors in autoclose now have a better error handler
  • corrupt database items now get deleted automatically

Fixed:โ€‹

  • team members would disappear when re-opening a ticket
  • fixed crash when some embeds couldn't generate for html transcripts
  • fixed crash when creating a html transcript & the user already left the server
  • claim buttons don't crash anymore
  • you couldn't use dropdowns due to a typo
  • users without the staff role could claim a ticket
  • time delay from autoclose is now 2min instead of 2sec
  • fixed autoclose crash when a channel wasn't found

Removed:โ€‹

nothing

Update v3.3.0

ยท 2 min read
DJj123dj
Open Ticket Main Developer

Ticket Claiming & Autoclose Updateโ€‹

Added a new ticket claiming system with the commands /claim and /unclaim. The autoclose system will handle inactive tickets from now on. Many changes in the backend, the ability to load your token from the ENV, more flags & so much more!

Added:โ€‹

  • ๐ŸŽ‰ ticket claiming
  • ๐ŸŽ‰ automatically close tickets when inactive (autoclose)
  • load your token from the ENV (.env)
  • liveStatus system + --localstatus & --noerrorupload flags
  • added Polish translation
  • added Turkish translation

Improved:โ€‹

  • changed variable names in config.json
  • slash commands are now enabled by default
  • text transcripts don't say empty message when there are embeds
  • dropdowns now have option descriptions
  • added parameters to list when no parameter is given in /change & /message
  • dynamicDB v2 has more options now!
  • changed "Choose a category" to "Choose a ticket" in the messages

Fixed:โ€‹

  • /change doesn't remove the creator from the ticket anymore
  • other commands work again after /change
  • dropdowns sometimes only had 4 options
  • members can't delete a ticket anymore
  • checker.js now also works for icons from buttons
  • checker.js now detects if the options array is missing
  • added deferReply for better answer rate

Removed:โ€‹

  • removed translation duplicates
  • removed old code & duplicates of the same embeds