Skip to content

v3.3.0

Latest

Choose a tag to compare

@ItzDerock ItzDerock released this 12 Sep 02:23
· 2 commits to master since this release
0139747

✨ What's Changed

image
  • filter parameter added for createTranscript method by @fronkdev in #174
// For example,
filter: (message) => !message.author.bot
// Using TranscriptImageDownloader#withCompression requires `sharp` to be installed.
callbacks: {
  resolveImageSrc: new TranscriptImageDownloader()
    .withMaxSize(5120) // 5MB in KB
    .withCompression(40, true) // 40% quality, convert to webp
    .build(),
 },
  • Update plural system to fit multiple languages by @cannotbefound in #181

Bug fixes

New Contributors

Full Changelog: v3.2.0...v3.3.0