mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
/messages text consistency
This commit is contained in:
parent
b105a2ef24
commit
bd9c10c2eb
@ -1061,7 +1061,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({
|
||||
],
|
||||
unnamedArgumentList: [
|
||||
SlashCommandArgument.fromProps({
|
||||
description: 'message index or range',
|
||||
description: 'message index (starts with 0) or range',
|
||||
typeList: [ARGUMENT_TYPE.NUMBER, ARGUMENT_TYPE.RANGE],
|
||||
isRequired: true,
|
||||
enumProvider: commonEnumProviders.messages(),
|
||||
|
Loading…
Reference in New Issue
Block a user