We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f5558c + 25f682c commit 6562437Copy full SHA for 6562437
src/main/java/net/dv8tion/jda/core/requests/restaction/pagination/AuditLogPaginationAction.java
@@ -174,7 +174,7 @@ protected Route.CompiledRoute finalizeRoute()
174
route = route.withQueryParams("action_type", String.valueOf(type.getKey()));
175
176
if (userId != null)
177
- route = route.withQueryParams("action_type", userId);
+ route = route.withQueryParams("user_id", userId);
178
179
if (last != null)
180
route = route.withQueryParams("before", last.getId());
0 commit comments