mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Refactor /classify-expressions, deprecating...
- Update /classify-expressions, deprecating the old "format" - Fix some oversights
This commit is contained in:
@ -951,7 +951,7 @@ export function registerVariableCommands() {
|
||||
// TODO remove some day
|
||||
SlashCommandNamedArgument.fromProps({
|
||||
name: 'format',
|
||||
description: '!!! DEPRECATED - use "return" instead !!! output format)',
|
||||
description: '!!! DEPRECATED - use "return" instead !!! output format',
|
||||
typeList: [ARGUMENT_TYPE.STRING],
|
||||
isRequired: true,
|
||||
forceEnum: true,
|
||||
|
Reference in New Issue
Block a user