Commit 98b9be57 authored by wdvxdr's avatar wdvxdr

fix typo

parent b99986d1
...@@ -376,7 +376,6 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (m messag ...@@ -376,7 +376,6 @@ func (bot *CQBot) ToElement(t string, d map[string]string, group bool) (m messag
return nil, err return nil, err
} }
tp := d["type"] tp := d["type"]
fmt.Println(tp)
if tp != "show" && tp != "flash" { if tp != "show" && tp != "flash" {
return img, nil return img, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment