Kyomotoi / ATRI

A project for ATRI, use go-cqhttp and Nonebot2.
https://atri.imki.moe
GNU General Public License v3.0
722 stars 87 forks source link

🚑️ fix group list search #67

Closed dtlnor closed 1 year ago

dtlnor commented 1 year ago

gl 是 str 格式的,但 m.group_id 是数值格式,需要先转换成str才能正确地于 gl 里面搜索。