|
@@ -180,7 +180,7 @@ namespace Discord.Rest |
|
|
}, |
|
|
}, |
|
|
nextPage: (info, lastPage) => |
|
|
nextPage: (info, lastPage) => |
|
|
{ |
|
|
{ |
|
|
if (lastPage.Count != DiscordConfig.MaxMessagesPerBatch) |
|
|
|
|
|
|
|
|
if (lastPage.Count != DiscordConfig.MaxBansPerBatch) |
|
|
return false; |
|
|
return false; |
|
|
if (dir == Direction.Before) |
|
|
if (dir == Direction.Before) |
|
|
info.Position = lastPage.Min(x => x.User.Id); |
|
|
info.Position = lastPage.Min(x => x.User.Id); |
|
|