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();