From d828cd882127d294607882b6a31ad3c705ac8419 Mon Sep 17 00:00:00 2001
From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com>
Date: Thu, 16 Jan 2025 01:09:13 +0300
Subject: [PATCH] oops (#3053)
---
src/Discord.Net.WebSocket/DiscordSocketClient.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);