Skip to content

Commit

Permalink
Fixed "will will" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Jul 8, 2021
1 parent 917ad5e commit e8221b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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.
Expand Down

0 comments on commit e8221b8

Please sign in to comment.