Extended getContext with SlashCommand classes

e5183d728342b5f677fffb486fd2300d628908ba

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

1 files changed, +4 -0Ignore whitespace
public/script.js+4 -0
@@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () {
82188218 substituteParams,
82198219 substituteParamsExtended,
82208220 SlashCommandParser,
8221+ SlashCommand,
8222+ SlashCommandArgument,
8223+ SlashCommandNamedArgument,
8224+ ARGUMENT_TYPE,
82218225 executeSlashCommandsWithOptions,
82228226 /** @deprecated Use SlashCommandParser.addCommandObject() instead */
82238227 registerSlashCommand: registerSlashCommand,