Fix helpString

This commit is contained in:
splitclover 2024-06-16 12:36:52 +02:00 committed by GitHub
parent 7f284a3752
commit aa513e1e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
enumList: ['on', 'off', 'toggle'],
}),
],
helpString: 'Sets the model for the current API. Gets the current model name if no argument is provided.',
helpString: 'Sets the toggles for prompt entries. Toggle by default.',
}));
registerVariableCommands();