mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Typings): type attachments to InteractionUpdateOptions (#6162)
* fix(Typings): type attachments with never * Update typings/index.d.ts Co-authored-by: DTrombett <73136330+DTrombett@users.noreply.github.com> * chore(Typings): fix * chore(Typings): add fetchReply Co-authored-by: DTrombett <73136330+DTrombett@users.noreply.github.com>
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -3699,7 +3699,9 @@ export type InteractionResponseType = keyof typeof InteractionResponseTypes;
|
||||
|
||||
export type InteractionType = keyof typeof InteractionTypes;
|
||||
|
||||
export type InteractionUpdateOptions = Omit<InteractionReplyOptions, 'ephemeral'>;
|
||||
export interface InteractionUpdateOptions extends MessageEditOptions {
|
||||
fetchReply?: boolean;
|
||||
}
|
||||
|
||||
export type IntentsString =
|
||||
| 'GUILDS'
|
||||
|
||||
Reference in New Issue
Block a user