diff --git a/public/script.js b/public/script.js index 3ae6f463e..1bb05e4cc 100644 --- a/public/script.js +++ b/public/script.js @@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () { substituteParams, substituteParamsExtended, SlashCommandParser, + SlashCommand, + SlashCommandArgument, + SlashCommandNamedArgument, + ARGUMENT_TYPE, executeSlashCommandsWithOptions, /** @deprecated Use SlashCommandParser.addCommandObject() instead */ registerSlashCommand: registerSlashCommand,