Fix TTS

594a3720ad6116548b9043212334d2dfe9eb099c

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

1 files changed, +2 -2Ignore whitespace
public/scripts/extensions/tts/index.js+2 -2
@@ -1207,8 +1207,8 @@ jQuery(async function () {
12071207 eventSource.on(event_types.GROUP_UPDATED, onChatChanged);
12081208 eventSource.on(event_types.GENERATION_STARTED, onGenerationStarted);
12091209 eventSource.on(event_types.GENERATION_ENDED, onGenerationEnded);
12101210 eventSource.makeLast(event_types.CHARACTER_MESSAGE_RENDERED, (messageId) => onMessageEvent(messageId));
12111211 eventSource.makeLast(event_types.USER_MESSAGE_RENDERED, (messageId) => onMessageEvent(messageId));
12121212 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
12131213 name: 'speak',
12141214 callback: async (args, value) => {