Add JSDoc to rawQuotes
| @@ -36,7 +36,7 @@ export class SlashCommand { | ||
| 36 | 36 | * @param {string} [props.helpString] |
| 37 | 37 | * @param {boolean} [props.splitUnnamedArgument] |
| 38 | 38 | * @param {Number} [props.splitUnnamedArgumentCount] |
| 39 | 39 | * @param {boolean} [props.rawQuotes] If set to true, does not remove wrapping quotes from the unnamed argument. |
| 40 | 40 | * @param {string[]} [props.aliases] |
| 41 | 41 | * @param {string} [props.returns] |
| 42 | 42 | * @param {SlashCommandNamedArgument[]} [props.namedArgumentList] |