mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
types: remove MemberMention (#8292)
This commit is contained in:
2
packages/discord.js/typings/index.d.ts
vendored
2
packages/discord.js/typings/index.d.ts
vendored
@@ -4963,8 +4963,6 @@ export interface MakeErrorOptions {
|
||||
stack: string;
|
||||
}
|
||||
|
||||
export type MemberMention = UserMention | `<@!${Snowflake}>`;
|
||||
|
||||
export type ActionRowComponentOptions = ButtonComponentData | SelectMenuComponentData;
|
||||
|
||||
export type MessageActionRowComponentResolvable = MessageActionRowComponent | ActionRowComponentOptions;
|
||||
|
||||
Reference in New Issue
Block a user