docs(InteractionDeferReplyOptions): Associate flags with its <info> (#10635)

docs(InteractionDeferReplyOptions): move `flags` down
This commit is contained in:
Jiralite
2024-12-05 21:58:47 +00:00
committed by GitHub
parent dd430c090d
commit 25633a024e

View File

@@ -24,8 +24,8 @@ class InteractionResponses {
/**
* Options for deferring the reply to an {@link BaseInteraction}.
* @typedef {Object} InteractionDeferReplyOptions
* @property {MessageFlagsResolvable} [flags] Flags for the reply.
* @property {boolean} [withResponse] Whether to return an {@link InteractionCallbackResponse} as the response
* @property {MessageFlagsResolvable} [flags] Flags for the reply.
* <info>Only `MessageFlags.Ephemeral` can be set.</info>
*/