docs: fix InteractionDeferOptions typedef (#5694)

This commit is contained in:
Jan
2021-05-29 12:24:28 +01:00
committed by GitHub
parent c89bdd7566
commit add924cdb2
+1 -1
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
*/