Browse Source

Final(?) amendment

pull/1022/head
HelpfulStranger999 8 years ago
parent
commit
64c8eb4e70
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Rest/Entities/Messages/MessageHelper.cs

+ 1
- 0
src/Discord.Net.Rest/Entities/Messages/MessageHelper.cs View File

@@ -60,6 +60,7 @@ namespace Discord.Rest
async (info, ct) => async (info, ct) =>
{ {
var args = new GetReactionUsersParams(); var args = new GetReactionUsersParams();
func(args);
args.Limit = info.PageSize; args.Limit = info.PageSize;


if (info.Position != null) if (info.Position != null)


Loading…
Cancel
Save