Skip to content

Commit

Permalink
docs(Webhook): add private tag to _createOptionsCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed May 31, 2021
1 parent d8e0f2b commit 7133edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/CommandInteraction.js
Expand Up @@ -250,6 +250,7 @@ class CommandInteraction extends Interaction {
* @param {Object[]} options The received options
* @param {Object} resolved The resolved interaction data
* @returns {Collection<string, CommandInteractionOption>}
* @private
*/
_createOptionsCollection(options, resolved) {
const optionsCollection = new Collection();
Expand Down

0 comments on commit 7133edc

Please sign in to comment.