Skip to content

Commit

Permalink
types: readonly array
Browse files Browse the repository at this point in the history
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
  • Loading branch information
almeidx and Jiralite committed Dec 10, 2023
1 parent a3fde52 commit 0b94bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4072,7 +4072,7 @@ export interface FetchEntitlementOptions {
limit?: number;
guild?: GuildResolvable;
user?: UserResolvable;
skus?: SKUResolvable[];
skus?: readonly SKUResolvable[];
excludeEnded?: boolean;
cache?: boolean;
before?: Snowflake;
Expand Down

0 comments on commit 0b94bed

Please sign in to comment.