Cogmasters / concord

A Discord API wrapper library made in C
https://cogmasters.github.io/concord/
MIT License
523 stars 30 forks source link

`DISCORD_MAX_MESSAGE_LEN` has the wrong value #166

Closed LyricLy closed 1 year ago

LyricLy commented 1 year ago

The largest possible message length is 4,000, not 2,000.

Ratakor commented 1 year ago

No, 4000 is for nitro users.

ThePedroo commented 1 year ago

That buffer (size) is meant to be used by the bot for sending messages, not for receiving. Do you mean for receiving?

LyricLy commented 1 year ago

Oh, it's for buffers to format text into.