Skip to content

1.1.5

Compare
Choose a tag to compare
@mahtoid mahtoid released this 22 Nov 01:00
· 91 commits to master since this release

DiscordChatExporterPy Release - v1.1.5

Fix:

  • Empty Footer Icons no longer display as a broken image
  • Code-Block messages starting with Language Markdown are no longer displayed in HTML format
  • Embed Fields now show Inline being True|False in HTML format

Add:

  • Embed Markdown: Mainly to look for [Text](Link) to hyperlink it in Description + Field Values
  • produce_transcript function which is called by generate_transcript just to help new-users with error handling if they want to use the more customisable way of transcript = await generate_transcript(ctx.channel)

Remove:

  • Nothing

Special Thanks to 0Zing & AZalshehri7 for the bug finds.