HuyaneMatsu / Koishi

The bot who borrows your fishing rods and eats your shrimp fry.
Other
17 stars 3 forks source link

move-channel edge case #26

Closed HuyaneMatsu closed 2 years ago

HuyaneMatsu commented 2 years ago

When a message is moved with length of 2k+, drops an error:

DiscordException Bad Request (400), code=50035: Invalid Form Body
...; POST https://discord.com/api/v10/webhooks/.../...
content.BASE_TYPE_MAX_LENGTH('Must be 2000 or fewer in length.')
HuyaneMatsu commented 2 years ago

Fixed.