let /qr-arg overwrite wildcard macros

This commit is contained in:
LenAnderson 2024-07-27 15:30:50 -04:00
parent cf42c4044e
commit b5d90a4259
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ export class SlashCommandHandler {
SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'qr-arg', SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'qr-arg',
callback: ({ _scope }, [key, value]) => { callback: ({ _scope }, [key, value]) => {
_scope.setMacro(`arg::${key}`, value, false); _scope.setMacro(`arg::${key}`, value, key.includes('*'));
return ''; return '';
}, },
unnamedArgumentList: [ unnamedArgumentList: [