Releases: AnonDev-org/discord-tickets_transcripts
Releases · AnonDev-org/discord-tickets_transcripts
v1.2.6
- 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
v1.2.4
- Fixed bug that ticket transcripts are not sent to users in DMs (when its enabled) - #5
- Renamed
pastebin_raw_url
option totranscript_raw_url
as now this can be also set when you use Hastebin, it'sfalse
by default on both - Added option that just log embed is sent to user, without transcript - set
send_to_user
totrue
andsend_transcript_to_user
tofalse
(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
- 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
- Added hastebin and pastebin type
- More config options
- Bug fixes