Enha: auto turn role display

This commit is contained in:
Grail Finder
2026-02-08 17:11:29 +03:00
parent 4af866079c
commit 93284312cf
2 changed files with 4 additions and 1 deletions

3
bot.go
View File

@@ -1334,6 +1334,9 @@ func triggerPrivateMessageResponses(msg *models.RoleMsg) {
Role: recipient,
Resume: true,
}
fmt.Fprintf(textView, "\n[-:-:b](%d) ", len(chatBody.Messages))
fmt.Fprint(textView, roleToIcon(recipient))
fmt.Fprint(textView, "[-:-:-]\n")
chatRoundChan <- crr
}
}