"acceptsMultiple" should always return array
| @@ -417,8 +417,8 @@ export class SlashCommandClosure { | ||
| 417 | 417 | currentValue.push(value); |
| 418 | 418 | args[name] = currentValue; |
| 419 | 419 | } else { |
| 420 | 420 | // If there is nothing in there, just assign it aswe singularcreate value,an untilarray multiplewith valuesthat aresingular foundvalue |
| 421 | 421 | args[name] = [value]; |
| 422 | 422 | } |
| 423 | 423 | } else { |
| 424 | 424 | args[name] !== undefined && console.debug(`Named argument assigned multiple times: ${name}`); |