mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extended getContext with SlashCommand classes
This commit is contained in:
@ -8218,6 +8218,10 @@ window['SillyTavern'].getContext = function () {
|
|||||||
substituteParams,
|
substituteParams,
|
||||||
substituteParamsExtended,
|
substituteParamsExtended,
|
||||||
SlashCommandParser,
|
SlashCommandParser,
|
||||||
|
SlashCommand,
|
||||||
|
SlashCommandArgument,
|
||||||
|
SlashCommandNamedArgument,
|
||||||
|
ARGUMENT_TYPE,
|
||||||
executeSlashCommandsWithOptions,
|
executeSlashCommandsWithOptions,
|
||||||
/** @deprecated Use SlashCommandParser.addCommandObject() instead */
|
/** @deprecated Use SlashCommandParser.addCommandObject() instead */
|
||||||
registerSlashCommand: registerSlashCommand,
|
registerSlashCommand: registerSlashCommand,
|
||||||
|
Reference in New Issue
Block a user