Skip to content

Commit

Permalink
chore: fix typescript tests (v13) (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Sep 15, 2022
1 parent fcd52d7 commit 8f94a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -1627,6 +1627,7 @@ export class MessageActionRow<
? APIActionRowComponent<APIModalActionRowComponent>
: APIActionRowComponent<APIMessageActionRowComponent>,
> extends BaseMessageComponent {
// tslint:disable-next-line:ban-ts-ignore
// @ts-ignore (TS:2344, Caused by TypeScript 4.8)
// Fixed in DiscordJS >= 14.x / DiscordApiTypes >= 0.37.x, ignoring the type error here.
public constructor(data?: MessageActionRow<T> | MessageActionRowOptions<U> | V);
Expand Down

0 comments on commit 8f94a9c

Please sign in to comment.