Fixed page logic

This commit is contained in:
RogueException
2016-10-04 16:14:16 -03:00
parent 85d3cd0a0b
commit 1ecd8c4ad7
4 changed files with 31 additions and 12 deletions

View File

@@ -185,7 +185,7 @@ namespace Discord.Rest
info.Remaining = 0;
},
start: fromUserId,
count: (uint)limit
count: limit
);
}
public static async Task<int> PruneUsersAsync(IGuild guild, BaseDiscordClient client,