Adds paginated requests for DiscordMessage#GetReactionsAsync
Created by: Kiritsu
Summary
Fixes an issue where you couldn't get more than 25 users by reaction and adds missing parameters: limit
after
and before
.
Also adds a way to automatically paginate request (copied pattern from DiscordChannel#GetMessagesAsync
)
It was tested for a limit < 100 and with a before and/or after. My bot token doesn't have access to any message with more than 100 reactions.