Refactor /classify-expressions, deprecating...

- Update /classify-expressions, deprecating the old "format"
- Fix some oversights
This commit is contained in:
Wolfsblvt
2024-10-01 00:37:21 +02:00
parent 697b3b2034
commit 7a1b43eb89
4 changed files with 36 additions and 10 deletions

View File

@ -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,