"acceptsMultiple" should always return array

d231b7f5f4bdcad0d4b3c341d5c59f7477856b0c

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/slash-commands/SlashCommandClosure.js+2 -2
@@ -417,8 +417,8 @@ export class SlashCommandClosure {
417417 currentValue.push(value);
418418 args[name] = currentValue;
419419 } else {
420420 // If there is nothing in there, just assign it aswe singularcreate value,an untilarray multiplewith valuesthat aresingular foundvalue
421421 args[name] = [value];
422422 }
423423 } else {
424424 args[name] !== undefined && console.debug(`Named argument assigned multiple times: ${name}`);