Skip to content

Releases: AnonDev-org/discord-tickets_transcripts

v1.2.6

29 Jun 13:07
603ff47
Compare
Choose a tag to compare
  • Fixed problem with send_to_user and send_transcript_to_user options, now it should work as described in README.md file
  • When there is an error during process of uploading transcript to hastebin/pastebin, it will upload the transcript as attachment instead and it will display error message directly in the embed field
  • Other small bug fixes

v1.2.5

29 Jan 10:07
Compare
Choose a tag to compare
  • Added that error message will be displayed on the log embed when uploading transcript to Hastebin or Pastebin has failed.

v1.2.4

15 Dec 17:13
a80cb85
Compare
Choose a tag to compare
  • Fixed bug that ticket transcripts are not sent to users in DMs (when its enabled) - #5
  • Renamed pastebin_raw_url option to transcript_raw_url as now this can be also set when you use Hastebin, it's false by default on both
  • Added option that just log embed is sent to user, without transcript - set send_to_user to true and send_transcript_to_user to false (to disable transcript sending and send just log embed) - beta, is not working well
  • Added update checker - beta
  • When ticket message was pinned, there should be displayed 📌, but it is not displayed because the bot does not have to database message.pinned boolean. It will start working when bot will save that too.
  • When message was edited or deleted, it will be displayed in () after the message content - beta

v1.2.3

05 Nov 09:34
b157e44
Compare
Choose a tag to compare
  • Added Ticket category to transcript and embed log message
  • Fixed bug with disabled_servers
  • Added that timestamps in embed log message are now using new Discord timestamps formatting
  • Added closed at to embed log and transcript

v 1.2.2

19 Oct 15:40
cdc1170
Compare
Choose a tag to compare
  • Added hastebin and pastebin type
  • More config options
  • Bug fixes