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