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