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:
@@ -31,6 +31,8 @@ func (mt2 MessageType) String() string {
|
||||
return "模版"
|
||||
case MessageTypeEmbed:
|
||||
return "嵌入"
|
||||
case MessageTypeMedia:
|
||||
return "富媒体"
|
||||
default:
|
||||
return "未知类型" + strconv.Itoa(int(mt2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user