docs: fix InteractionDeferOptions typedef (#5694)

This commit is contained in:
Jan
2021-05-29 13:24:28 +02:00
committed by GitHub
parent c89bdd7566
commit add924cdb2

View File

@@ -63,7 +63,7 @@ class CommandInteraction extends Interaction {
/**
* Options for deferring the reply to a {@link CommandInteraction}.
* @typedef {InteractionDeferOptions}
* @typedef {Object} InteractionDeferOptions
* @property {boolean} [ephemeral] Whether the reply should be ephemeral
*/