Main overall changes were to the CSS, giving a more modern and clean look to a lot of things (especially embeds). Along with fonts which are hosted via a CDN. For both instances, these were gathered from Tyrrrz's C DiscordChatExporter. Along with that, there was some code clean-up, and implementation of alternate timezones (thanks to `devinabox` for the suggestion).
Fix:
- README: Bot Example and Verbiage
- HTTPS/HTTP: Moved in to a standalone function to enable better code
- Emoji Parsing: Improved the code
- Embed Markdown: Improved the code
- Codeblock Return-To-Markdown: Improved the code
Added:
- Support for alternate timezones (this can be done in `generate_transcript` by passing the channel and a pytz timezone, defaults to US/Eastern)
- Added support for Embed Author URL and ICON
Removed:
- Removed init_exporter and the usage of `bot` (it became rather useless)
Known Issues:
- Embed Markdown: Embed Links in Codeblocks still get translated to links
💜