synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.05k stars 237 forks source link

fix: embed description limit from 2048 to 4096 #355

Closed andkii closed 8 months ago

andkii commented 8 months ago

As per https://discordjs.guide/popular-topics/embeds.html#notes

Embed descriptions are limited to 4096 characters

synzen commented 8 months ago

It would be best to check Discord's API documentation because discord.js is not used here, but you are definitely correct https://discord.com/developers/docs/resources/channel#embed-object-embed-limits

Thanks for catching & providing the PR