TTS: add slash command to speak

This commit is contained in:
Cohee
2023-11-09 02:57:40 +02:00
parent ca1c0e35b1
commit f2a96427a8
4 changed files with 87 additions and 35 deletions

View File

@ -6697,6 +6697,7 @@ window["SillyTavern"].getContext = function () {
deactivateSendButtons,
saveReply,
registerSlashCommand: registerSlashCommand,
executeSlashCommands: executeSlashCommands,
registerHelper: registerExtensionHelper,
registedDebugFunction: registerDebugFunction,
renderExtensionTemplate: renderExtensionTemplate,