🚧 move tag & nsfw to azfun

This commit is contained in:
源文雨
2022-04-05 15:52:06 +08:00
parent 56e53b75a5
commit d8a429d3b3
4 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ func init() {
ctx.SendChain(message.Text("ERROR:", err))
return
}
if p[0].Drawings < 0.1 || p[0].Neutral > 0.8 {
if p.Drawings < 0.1 || p.Neutral > 0.8 {
ctx.SendChain(message.Text("请发送二次元图片!"))
return
}