mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-12 14:10:47 +08:00
fix: log print
This commit is contained in:
@@ -31,6 +31,8 @@ func (mt2 MessageType) String() string {
|
|||||||
return "模版"
|
return "模版"
|
||||||
case MessageTypeEmbed:
|
case MessageTypeEmbed:
|
||||||
return "嵌入"
|
return "嵌入"
|
||||||
|
case MessageTypeMedia:
|
||||||
|
return "富媒体"
|
||||||
default:
|
default:
|
||||||
return "未知类型" + strconv.Itoa(int(mt2))
|
return "未知类型" + strconv.Itoa(int(mt2))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user