Katrix / AckCord

A Discord library for Scala using Akka
https://ackcord.katsstuff.net/
MIT License
113 stars 15 forks source link

Fix embed limits #55

Closed Yomanz closed 2 years ago

Yomanz commented 3 years ago

requirement failed: A field value of an embed can't be more than 1024 characters I was receiving this error when fetching from discord so I assume the logic checks are wrong.

Katrix commented 3 years ago

You're just making the check more strict here? I assume Discord changed the limits at some point

Yomanz commented 3 years ago

Oh that's my bad, I was in a rush to get back out lol

https://discord.com/developers/docs/resources/channel#embed-limits They seem the same?