moves persona's alias line upward

a712e9212588623d028fd7c6013de3c5026d8448

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/slash-commands.js+1 -1
@@ -95,6 +95,7 @@ export function initDefaultSlashCommands() {
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)',
@@ -110,7 +111,6 @@ export function initDefaultSlashCommands() {
110 }),111 }),
111 ],112 ],
112 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 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 SlashCommandParser.addCommandObject(SlashCommand.fromProps({115 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
116 name: 'sync',116 name: 'sync',