From 7ff70819c1507872f8dea41a6120d8b639aee61e Mon Sep 17 00:00:00 2001 From: RossAsscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:17:56 +0900 Subject: [PATCH] greeting msg formatted broke greeting message into readable strings with literals --- public/script.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 365b261d0..d195b266a 100644 --- a/public/script.js +++ b/public/script.js @@ -70,7 +70,12 @@ const system_messages = { "is_user": false, "is_system": true, "is_name": true, - "mes": "Hi there! The following chat formatting commands are supported:

Need more help? Visit our wiki – TavernAI Wiki!

" + "mes": `Hi there! The following chat formatting commands are supported:
+ +

Need more help? Visit our wiki – TavernAI Wiki!

` }, 'group': { "name": systemUserName,