Extended getContext with SlashCommand classes

e5183d728342b5f677fffb486fd2300d628908ba

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Showing whitespace changes
public/script.js+4 -0
@@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () {
8218 substituteParams,8218 substituteParams,
8219 substituteParamsExtended,8219 substituteParamsExtended,
8220 SlashCommandParser,8220 SlashCommandParser,
8221 SlashCommand,
8222 SlashCommandArgument,
8223 SlashCommandNamedArgument,
8224 ARGUMENT_TYPE,
8221 executeSlashCommandsWithOptions,8225 executeSlashCommandsWithOptions,
8222 /** @deprecated Use SlashCommandParser.addCommandObject() instead */8226 /** @deprecated Use SlashCommandParser.addCommandObject() instead */
8223 registerSlashCommand: registerSlashCommand,8227 registerSlashCommand: registerSlashCommand,