Feature upgrade: DiscordChatExporterPy 2.9.1#143
Merged
doluk merged 9 commits intomahtoid:masterfrom Jan 8, 2026
Merged
Conversation
Contributor
abilash-dev
commented
Oct 12, 2025
1. Generate transcript files with forwarded messages. - forwarded embed messages - forwarded attachment files - forwarded stickers - forwarded messages - forwarded message components 2. Transcript attachment handler with webhook support. - Added some delays and retries to avoid crashes - Added the usage instructions in README.md 3. Improved meta tags for better preview appearance.
1. Updated README.md 2. Added reference to the number in attachment handler (size_limit). 3. Asynchronous version of webhook 4. Removed the sleep 5. Adjusted the latest changes in the error handling. 6. Updated message.py 7. Updated transcript.py
- It logs forwarded messages in discord.py only. - In other forks, it will work normally like before.
1. Added comment about file size limit. 2. Removed the direct import of discord from attachment_handler.py 3. Other changes
Collaborator
|
@abilash-dev I tested your pr just a few minutes ago and I have some issues with it
I find it extremely hard to distinguish between forwarded messages and original messages. The only indication is the little forwarded at the top. which differs quite a bit from the discord ui.
Also I noticed, that there are some issue with the content. `# []()` isn't the content of the forwarded message as you can see at the left.
I know that the markdown here is extremely cursed, by requirement wouldn't be that it parses that properly. but at least the unformated content should be preserved. Further your pull request changes, that the timestamp in the code block is formated instead ignored
|
Contributor
Author
|
Ok, Give me some time I'll try to change those. |
Collaborator
|
Sure! |
Fixed the issues in the forwarded message
Contributor
Author
doluk
requested changes
Jan 2, 2026
Collaborator
doluk
left a comment
There was a problem hiding this comment.
that looks better, but the style of the forwarded messages is still quite different from the original discord style. We try to match the original style
quote for the forwarded message
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


