Extended getContext with SlashCommand classes
This commit is contained in:
parent
0f320dd362
commit
e5183d7283
|
@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () {
|
|||
substituteParams,
|
||||
substituteParamsExtended,
|
||||
SlashCommandParser,
|
||||
SlashCommand,
|
||||
SlashCommandArgument,
|
||||
SlashCommandNamedArgument,
|
||||
ARGUMENT_TYPE,
|
||||
executeSlashCommandsWithOptions,
|
||||
/** @deprecated Use SlashCommandParser.addCommandObject() instead */
|
||||
registerSlashCommand: registerSlashCommand,
|
||||
|
|
Loading…
Reference in New Issue