Skip to content

Commit

Permalink
oops (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Jan 15, 2025
1 parent 9c224ec commit d828cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.WebSocket/DiscordSocketClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public Task DeleteTestEntitlementAsync(ulong entitlementId, RequestOptions optio
=> ApiClient.DeleteEntitlementAsync(entitlementId, options);

/// <inheritdoc cref="IDiscordClient.GetEntitlementsAsync"/>
public IAsyncEnumerable<IReadOnlyCollection<IEntitlement>> GetEntitlementsAsync(BaseDiscordClient client, int? limit = 100,
public IAsyncEnumerable<IReadOnlyCollection<IEntitlement>> 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);
Expand Down

0 comments on commit d828cd8

Please sign in to comment.