From e8221b8cdb332bc969863c30de3ad44712e1b1bd Mon Sep 17 00:00:00 2001 From: Canine8YT Date: Thu, 8 Jul 2021 11:12:35 -0500 Subject: [PATCH] Fixed "will will" typo --- lib/structures/Interaction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/structures/Interaction.js b/lib/structures/Interaction.js index 9aeea826c..7a09e0a0f 100644 --- a/lib/structures/Interaction.js +++ b/lib/structures/Interaction.js @@ -174,7 +174,7 @@ class Interaction extends Base { /** * Delete a message - * @arg {String} messageId the id of the message to delete, or "@original" for the original response, "@original" will will error with ephemeral messages + * @arg {String} messageId the id of the message to delete, or "@original" for the original response, "@original" will error with ephemeral messages * @returns {Promise} */ async delete(messageId) { @@ -183,7 +183,7 @@ class Interaction extends Base { /** * Edit a message - * @arg {String} messageId the id of the message to edit, or "@original" for the original response, "@original" will will error with ephemeral messages + * @arg {String} messageId the id of the message to edit, or "@original" for the original response, "@original" will error with ephemeral messages * @arg {Object} options Interaction message edit options * @arg {Object} [options.allowedMentions] A list of mentions to allow (overrides default) * @arg {Boolean} [options.allowedMentions.everyone] Whether or not to allow @everyone/@here.