Nambers / MiraiCP

c++ SDK of Mirai
https://eritque-arcus.tech/MiraiCP/
GNU Affero General Public License v3.0
177 stars 31 forks source link

fix: MessageChain.h #191

Closed shuli106 closed 1 year ago

shuli106 commented 1 year ago

在使用MessageChain::first()时,发现函数体没有被声明为constauto firstImage = e.message.first<Image>(); 会提示如下错误 error: passing 'const MiraiCP::MessageChain' as 'this' argument discards qualifiers [-fpermissive]

Antares0982 commented 1 year ago

请将base分支改为dev

shuli106 commented 1 year ago

请将base分支改为dev

已修改