diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index 0e1c3eb9f..433399547 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -482,7 +482,7 @@ export interface InteractionCallbackData { title?: string /** The components you would like to have sent in this message */ components?: MessageComponents - /** Message flags combined as a bit field (only SUPPRESS_EMBEDS and EPHEMERAL can be set) */ + /** Message flags combined as a bit field (only `SUPPRESS_EMBEDS`, `EPHEMERAL` and `SUPPRESS_NOTIFICATIONS` can be set) */ flags?: number /** Autocomplete choices (max of 25 choices) */ choices?: Camelize