From c05b6b0ae807a8259ba32024018546d0ef593bec Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:28:02 +0200 Subject: [PATCH] Add JSDoc to rawQuotes --- public/scripts/slash-commands/SlashCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands/SlashCommand.js b/public/scripts/slash-commands/SlashCommand.js index ec57546ba..388850fa6 100644 --- a/public/scripts/slash-commands/SlashCommand.js +++ b/public/scripts/slash-commands/SlashCommand.js @@ -36,7 +36,7 @@ export class SlashCommand { * @param {string} [props.helpString] * @param {boolean} [props.splitUnnamedArgument] * @param {Number} [props.splitUnnamedArgumentCount] - * @param {boolean} [props.rawQuotes] + * @param {boolean} [props.rawQuotes] If set to true, does not remove wrapping quotes from the unnamed argument. * @param {string[]} [props.aliases] * @param {string} [props.returns] * @param {SlashCommandNamedArgument[]} [props.namedArgumentList]