Fix style of lock + group default message

This commit is contained in:
SillyLossy
2023-03-17 01:32:56 +02:00
parent 0081f5d0d7
commit b09d7abf49
4 changed files with 27 additions and 35 deletions

View File

@ -66,6 +66,7 @@ export {
default_avatar,
system_message_types,
talkativeness_default,
default_ch_mes,
}
// API OBJECT FOR EXTERNAL WIRING
@ -91,7 +92,7 @@ let safetychat = [
let chat_create_date = 0;
let prev_selected_char = null;
let default_ch_mes = "Hello";
const default_ch_mes = "Hello";
let count_view_mes = 0;
let mesStr = "";
let generatedPromtCache = "";