-
-
Notifications
You must be signed in to change notification settings - Fork 91
Feature upgrade: DiscordChatExporterPy 2.9.1 #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
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
|
@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
|
|
Ok, Give me some time I'll try to change those. |
|
Sure! |
Fixed the issues in the forwarded message
doluk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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


