Extended getContext with SlashCommand classes
| @@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () { | ||
| 8218 | 8218 | substituteParams, |
| 8219 | 8219 | substituteParamsExtended, |
| 8220 | 8220 | SlashCommandParser, |
| 8221 | + SlashCommand, | |
| 8222 | + SlashCommandArgument, | |
| 8223 | + SlashCommandNamedArgument, | |
| 8224 | + ARGUMENT_TYPE, | |
| 8221 | 8225 | executeSlashCommandsWithOptions, |
| 8222 | 8226 | /** @deprecated Use SlashCommandParser.addCommandObject() instead */ |
| 8223 | 8227 | registerSlashCommand: registerSlashCommand, |