discord-html-transcripts icon indicating copy to clipboard operation
discord-html-transcripts copied to clipboard

A node.js library for generating nicely formatted HTML transcripts with discord.js

Results 26 discord-html-transcripts issues
Sort by recently updated
recently updated
newest added

When you want to generate Html transcript with "generateFromMessages()" an error is produced when testing if the channel is a thread in the generator/renderers/reply.js file because channel is undefined I...

The channel is undefined in the object, which prevents it from working properly. To correct this problem, I've added optional chaining.

Hi, I just found a bug when creating user profiles. (dist/utils/buildProfiles.js) When a person doesn't have a nickname, it puts "User" in place of the person's name. After some research,...

bug/unconfirmed

Hi! It would be great if oceanic.js support was added, many people are abandoning discord.js

enhancement

Fixes #166, #137, #128 Adds a `resolveImageSrc` callback with type: https://github.com/ItzDerock/discord-html-transcripts/blob/cc95e470b8981e86391fb7612476bc381cf0c889/src/downloader/images.ts#L6-L17 Introduces a `TranscriptImageDownloader` builder: ![image](https://github.com/ItzDerock/discord-html-transcripts/assets/14848722/4e594c37-2974-41ad-9613-42066d63fe30) Compression, in my testing, was able to turn a 3.3MB png to a 37KB...

Hello, I've been using the "discord-html-transcripts" package and I'm pleased with its performance. However, I have a suggestion for improvement. Feature Request: Integrate a functionality to define the maximum size...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade undici from 5.24.0 to 5.25.1. :information_source: Keep your dependencies up-to-date....

A copy of the message from the discord server: When trying to perform a transcription from a messageDeleteBulk event, a problem pops up reading the author.id value (author is null?)...

bug/confirmed