1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-07 19:50:24 +08:00

optimize: media print

This commit is contained in:
源文雨
2023-11-22 22:36:13 +09:00
parent 0f21f89ad0
commit 908c525bb0
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ func (m *Message) String() string {
sb := strings.Builder{}
if m.Timestamp != nil {
sb.WriteString(m.Timestamp.Format(time.DateTime))
sb.WriteByte(' ')
}
if m.FileUUID != "" {
sb.WriteString("富媒体: ")