Skip to content

Commit

Permalink
types: remove MemberMention (#8292)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jul 17, 2022
1 parent 7e6dbaa commit bf65b37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/discord.js/typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4963,8 +4963,6 @@ export interface MakeErrorOptions {
stack: string;
}

export type MemberMention = UserMention | `<@!${Snowflake}>`;

export type ActionRowComponentOptions = ButtonComponentData | SelectMenuComponentData;

export type MessageActionRowComponentResolvable = MessageActionRowComponent | ActionRowComponentOptions;
Expand Down

0 comments on commit bf65b37

Please sign in to comment.