diff --git a/src/Discord.Net.WebSocket/DiscordSocketClient.cs b/src/Discord.Net.WebSocket/DiscordSocketClient.cs
index bd9b1b04..cc6753d1 100644
--- a/src/Discord.Net.WebSocket/DiscordSocketClient.cs
+++ b/src/Discord.Net.WebSocket/DiscordSocketClient.cs
@@ -440,7 +440,7 @@ namespace Discord.WebSocket
=> ApiClient.DeleteEntitlementAsync(entitlementId, options);
///
- public IAsyncEnumerable> GetEntitlementsAsync(BaseDiscordClient client, int? limit = 100,
+ public IAsyncEnumerable> GetEntitlementsAsync(int? limit = 100,
ulong? afterId = null, ulong? beforeId = null, bool excludeEnded = false, ulong? guildId = null, ulong? userId = null,
ulong[] skuIds = null, RequestOptions options = null)
=> ClientHelper.ListEntitlementsAsync(this, limit, afterId, beforeId, excludeEnded, guildId, userId, skuIds, options);