1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 11:33:48 +08:00
This commit is contained in:
wdvxdr 2020-10-17 19:50:14 +08:00
parent b99986d112
commit 98b9be575e

View File

@ -376,7 +376,6 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (m messag
return nil, err
}
tp := d["type"]
fmt.Println(tp)
if tp != "show" && tp != "flash" {
return img, nil
}