| 316 | 316 | enumProvider: localEnumProviders.qrEntries, |
| 317 | 317 | }), |
| 318 | 318 | ], |
| 319 | | - helpString: 'Deletes a Quick Reply from the specified set. If no label is provided, the entire set is deleted.', |
| 319 | + unnamedArgumentList: [ |
| 320 | + SlashCommandArgument.fromProps({ |
| 321 | + description: 'label', |
| 322 | + typeList: [ARGUMENT_TYPE.STRING], |
| 323 | + enumProvider: localEnumProviders.qrEntries, |
| 324 | + }), |
| 325 | + ], |
| 326 | + helpString: 'Deletes a Quick Reply from the specified set. (Label must be provided via named or unnamed argument)', |
| 320 | 327 | })); |
| 321 | 328 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'qr-contextadd', |
| 322 | 329 | callback: (args, name) => { |