✨ What's Changed
- Add support of discords "new" components v2! by @TheMonDon in #193
// For example,
filter: (message) => !message.author.bot- extended image download opts by @ItzDerock in #169
// 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
- feat: use react server components by @ItzDerock in #167
- fix: 🐛 Error when check if isThread() channel when use generateFromMessages() by @FabienBounoir in #171
- Updated README by @ZerlsDev in #176
- chore: upgrade undici to ^7.9.0 by @anikhossin in #189
- feat: update deps by @ItzDerock in #194
- [Snyk] Upgrade undici from 5.23.0 to 5.24.0 by @ItzDerock in #160
- [Snyk] Upgrade discord.js from 14.12.1 to 14.13.0 by @ItzDerock in #159
New Contributors
- @FabienBounoir made their first contribution in #171
- @fronkdev made their first contribution in #174
- @ZerlsDev made their first contribution in #176
- @cannotbefound made their first contribution in #181
- @anikhossin made their first contribution in #189
- @TheMonDon made their first contribution in #193
Full Changelog: v3.2.0...v3.3.0