Add none blank message

This commit is contained in:
kwaroran
2024-04-25 02:42:56 +09:00
parent 5bd57df411
commit bac475f22f
4 changed files with 37 additions and 28 deletions

View File

@@ -21,6 +21,7 @@
const char = db.characters[charIndex] as character
char.utilityBot = true
char.name = 'assistant'
char.firstMessage = '{{none}}'
db.characters[charIndex] = char
characterFormatUpdate(charIndex)