Add JSDoc to rawQuotes

This commit is contained in:
Cohee
2025-03-28 10:28:02 +02:00
parent 533aeffa36
commit c05b6b0ae8

View File

@ -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]