mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(InteractionDeferOptions): correctly define the typedef (#5769)
This commit is contained in:
@@ -11,7 +11,7 @@ const APIMessage = require('../APIMessage');
|
||||
class InteractionResponses {
|
||||
/**
|
||||
* Options for deferring the reply to a {@link CommandInteraction}.
|
||||
* @typedef {InteractionDeferOptions}
|
||||
* @typedef {Object} InteractionDeferOptions
|
||||
* @property {boolean} [ephemeral] Whether the reply should be ephemeral
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user