New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed pagination fixing (pt2) #3248
Conversation
Note with the above, this particular case isn't actually broken, but it might appear so to users. We may want to reconsider the embed generation strategy more later on. |
That's actually not how we're splitting fields currently, though I understand why it can appear that way. This needs a larger overhaul than it will get prior to 3.2 with a more generalized embed paginator than what's currently in use. |
Long term we should resize fields, short term, we're not ever having an embed with no fields. This can't go over discord limits, but might exceed some page size settings. |
Type
Description of the changes
Fixes buggy first embed of paginated help CC: @jack1142