1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

fix: interface conv error

This commit is contained in:
源文雨 2022-11-10 10:32:57 +08:00
parent 0ad641aa2d
commit 2d42a968c9

View File

@ -8,7 +8,7 @@ import (
) )
// MSG 消息Map // MSG 消息Map
type MSG map[string]interface{} type MSG = map[string]interface{}
// VersionNameCompare 检查版本名是否需要更新, 仅适用于 go-cqhttp 的版本命名规则 // VersionNameCompare 检查版本名是否需要更新, 仅适用于 go-cqhttp 的版本命名规则
// //