types: remove MemberMention (#8292)

This commit is contained in:
Almeida
2022-07-17 17:54:44 +01:00
committed by GitHub
parent 7e6dbaaed9
commit bf65b37d1a

View File

@@ -4963,8 +4963,6 @@ export interface MakeErrorOptions {
stack: string;
}
export type MemberMention = UserMention | `<@!${Snowflake}>`;
export type ActionRowComponentOptions = ButtonComponentData | SelectMenuComponentData;
export type MessageActionRowComponentResolvable = MessageActionRowComponent | ActionRowComponentOptions;