1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-05 02:30:23 +08:00

fix: log print

This commit is contained in:
源文雨
2023-11-22 17:50:36 +09:00
parent 927ab1180d
commit 99b256c043

View File

@@ -31,6 +31,8 @@ func (mt2 MessageType) String() string {
return "模版"
case MessageTypeEmbed:
return "嵌入"
case MessageTypeMedia:
return "富媒体"
default:
return "未知类型" + strconv.Itoa(int(mt2))
}