Fix GetReactionUsersAsync (#1151)
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Discord.Rest
|
||||
},
|
||||
nextPage: (info, lastPage) =>
|
||||
{
|
||||
if (lastPage.Count != DiscordConfig.MaxUsersPerBatch)
|
||||
if (lastPage.Count != DiscordConfig.MaxUserReactionsPerBatch)
|
||||
return false;
|
||||
|
||||
info.Position = lastPage.Max(x => x.Id);
|
||||
|
||||
Reference in New Issue
Block a user