moves persona's alias line upward
| @@ -95,6 +95,7 @@ export function initDefaultSlashCommands() { | ||
| 95 | 95 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 96 | 96 | name: 'persona', |
| 97 | 97 | callback: setNameCallback, |
| 98 | + aliases: ['name'], | |
| 98 | 99 | namedArgumentList: [ |
| 99 | 100 | new SlashCommandNamedArgument( |
| 100 | 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)', |
| @@ -110,7 +111,6 @@ export function initDefaultSlashCommands() { | ||
| 110 | 111 | }), |
| 111 | 112 | ], |
| 112 | 113 | helpString: 'Selects the given persona with its name and avatar (by name or avatar url). If no matching persona exists, applies a temporary name.', |
| 113 | - aliases: ['name'], | |
| 114 | 114 | })); |
| 115 | 115 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 116 | 116 | name: 'sync', |