lc-cn / onebot-client

oneBot的client端封装
https://lc-cn.github.io/onebot-client/
MIT License
4 stars 0 forks source link

fix: Cannot read properties of undefined (reading 'find') #4

Closed liulyxandy-codemao closed 1 year ago

liulyxandy-codemao commented 1 year ago

OneBot中的get_status终结点会返回good(bool类型)和bots(list[object]类型)两个字段,而go-cqhttp的返回与其略有不同(https://docs.go-cqhttp.org/api/#%E8%8E%B7%E5%8F%96%E7%8A%B6%E6%80%81) 于是就出现了bug:Cannot read properties of undefined (reading 'find') 本PR对gocq的返回值做了兼容,让其可以自动识别是go-cqhttp端并且进行处理

lc-cn commented 1 year ago

治标不治本,该库仅支持OneBot12