mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add range as argument type
This commit is contained in:
@ -7,6 +7,7 @@ import { SlashCommandClosure } from './SlashCommandClosure.js';
|
||||
export const ARGUMENT_TYPE = {
|
||||
'STRING': 'string',
|
||||
'NUMBER': 'number',
|
||||
'RANGE': 'range',
|
||||
'BOOLEAN': 'bool',
|
||||
'VARIABLE_NAME': 'varname',
|
||||
'CLOSURE': 'closure',
|
||||
|
Reference in New Issue
Block a user