moves persona's alias line upward

a712e9212588623d028fd7c6013de3c5026d8448

Succubyss <87207237+Succubyss@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/slash-commands.js+1 -1
@@ -95,6 +95,7 @@ export function initDefaultSlashCommands() {
9595 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
9696 name: 'persona',
9797 callback: setNameCallback,
98+ aliases: ['name'],
9899 namedArgumentList: [
99100 new SlashCommandNamedArgument(
100101 '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() {
110111 }),
111112 ],
112113 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'],
114114 }));
115115 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
116116 name: 'sync',