Remora / Remora.Discord

A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
GNU Lesser General Public License v3.0
246 stars 44 forks source link

Fix that the initial message in the pagination doesn't use the footer… #332

Closed Joshi234 closed 2 months ago

Joshi234 commented 2 months ago

This fixes that the footer isn't used and it does make more sense to get the page from the data

Before: image image

After:

image image

Nihlus commented 2 months ago

As it stands, this is a breaking change with regards to behaviour. Could you change it so that the page footer is used if it's set, and if not, that the existing code's footer is used as a fallback instead?