Refactor Modal.reply

This commit is contained in:
March 7th
2022-09-29 19:45:22 +07:00
parent e9961e4134
commit a1acbf2721
6 changed files with 32 additions and 24 deletions

View File

@@ -393,7 +393,7 @@ class Client extends BaseClient {
/**
* Sign in with the QR code on your phone.
* @param {boolean} debug Debug mode
* @returns {DiscordAuthWebsocket} nothing :))
* @returns {DiscordAuthWebsocket}
* @example
* client.QRLogin();
*/

View File

@@ -3,7 +3,7 @@ const { Events } = require('../../../util/Constants');
/**
* @typedef {Object} InteractionResponseBody
* @property {Snowflake} id maybe id of this event (???) (documentation needed)
* @property {Snowflake} id Interaction ID
* @property {Snowflake} nonce nonce in POST /interactions
*/