mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types(MessageComponentInteraction): update should return Promise<void> (#5829)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1295,7 +1295,7 @@ declare module 'discord.js' {
|
||||
public fetchReply(): Promise<Message | RawMessage>;
|
||||
public followUp(options: string | APIMessage | InteractionReplyOptions): Promise<Message | RawMessage>;
|
||||
public reply(options: string | APIMessage | InteractionReplyOptions): Promise<void>;
|
||||
public update(content: string | APIMessage | WebhookEditMessageOptions): Promise<Message | RawMessage>;
|
||||
public update(content: string | APIMessage | WebhookEditMessageOptions): Promise<void>;
|
||||
public static resolveType(type: MessageComponentTypeResolvable): MessageComponentType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user