add range as argument type

This commit is contained in:
LenAnderson
2024-04-23 13:45:41 -04:00
parent 441842cc91
commit b90346b330

View File

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