Skip to content

Commit

Permalink
docs: fix incorrect return type
Browse files Browse the repository at this point in the history
  • Loading branch information
monbrey committed Jun 24, 2021
1 parent 1c6ceb4 commit 8d242f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/MessageActionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MessageActionRow extends BaseMessageComponent {
* @param {number} index The index to start at
* @param {number} deleteCount The number of components to remove
* @param {...MessageActionRowComponentResolvable[]} [components] The replacing components
* @returns {MessageSelectMenu}
* @returns {MessageActionRow}
*/
spliceComponents(index, deleteCount, ...components) {
this.components.splice(
Expand Down

0 comments on commit 8d242f2

Please sign in to comment.