mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +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;
|
stack: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type MemberMention = UserMention | `<@!${Snowflake}>`;
|
|
||||||
|
|
||||||
export type ActionRowComponentOptions = ButtonComponentData | SelectMenuComponentData;
|
export type ActionRowComponentOptions = ButtonComponentData | SelectMenuComponentData;
|
||||||
|
|
||||||
export type MessageActionRowComponentResolvable = MessageActionRowComponent | ActionRowComponentOptions;
|
export type MessageActionRowComponentResolvable = MessageActionRowComponent | ActionRowComponentOptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user