This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Final(?) amendment
pull/1022/head
HelpfulStranger999
8 years ago
parent
e819eace34
commit
64c8eb4e70
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) =>
{
var args = new GetReactionUsersParams();
func(args);
args.Limit = info.PageSize;
if (info.Position != null)
Write
Preview
Loading…
Cancel
Save