| 95 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ | 95 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 96 | name: 'persona', | 96 | name: 'persona', |
| 97 | callback: setNameCallback, | 97 | callback: setNameCallback, |
| | 98 | aliases: ['name'], |
| 98 | namedArgumentList: [ | 99 | namedArgumentList: [ |
| 99 | new SlashCommandNamedArgument( | 100 | new SlashCommandNamedArgument( |
| 100 | 'mode', 'The mode for persona selection. ("lookup" = search for existing persona, "temp" = create a temporary name, set a temporary name, "all" = allow both in the same command)', | 101 | 'mode', 'The mode for persona selection. ("lookup" = search for existing persona, "temp" = create a temporary name, set a temporary name, "all" = allow both in the same command)', |