diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 5cc590942..90ca1246e 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -332,7 +332,7 @@ export function initDefaultSlashCommands() { namedArgumentList: [ new SlashCommandNamedArgument( 'await', - 'Whether to await for the continued generation before continuing', + 'Whether to await for the continued generation before proceeding', [ARGUMENT_TYPE.BOOLEAN], false, false, @@ -349,18 +349,18 @@ export function initDefaultSlashCommands() { Continues the last message in the chat, with an optional additional prompt.
- If await=true named argument is passed, the command will await for the continued generation before continuing. + If await=true named argument is passed, the command will await for the continued generation before proceeding.
Example: