From 7133edc10caac13b5aeda8a91fd247303d531a97 Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Mon, 31 May 2021 22:43:34 +0530 Subject: [PATCH] docs(Webhook): add private tag to _createOptionsCollection --- src/structures/CommandInteraction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/CommandInteraction.js b/src/structures/CommandInteraction.js index f7ff50a7a30d..63e7aebe62c0 100644 --- a/src/structures/CommandInteraction.js +++ b/src/structures/CommandInteraction.js @@ -250,6 +250,7 @@ class CommandInteraction extends Interaction { * @param {Object[]} options The received options * @param {Object} resolved The resolved interaction data * @returns {Collection} + * @private */ _createOptionsCollection(options, resolved) { const optionsCollection = new Collection();