Extended getContext with SlashCommand classes

This commit is contained in:
Cohee 2024-10-23 23:46:33 +03:00
parent 0f320dd362
commit e5183d7283
1 changed files with 4 additions and 0 deletions

View File

@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () {
substituteParams,
substituteParamsExtended,
SlashCommandParser,
SlashCommand,
SlashCommandArgument,
SlashCommandNamedArgument,
ARGUMENT_TYPE,
executeSlashCommandsWithOptions,
/** @deprecated Use SlashCommandParser.addCommandObject() instead */
registerSlashCommand: registerSlashCommand,