frank-bots / cqhttp.Cyan

Yet another C# Wrapper for cqhttp
https://frank-bots.github.io/cqhttp.Cyan/
MIT License
65 stars 4 forks source link

关于信息获取的一些问题 #6

Closed Reshirem closed 5 years ago

Reshirem commented 5 years ago

想问一下,cyan能不能在获取message的同时,获取这message所在群组里,同时识别自己有没有绿帽子。我翻了一下api貌似没有看到。

frankli0324 commented 5 years ago

很常用么? 很常用的话放假的时候我整一下

这两天期末考试
大雾杀我

Reshirem commented 5 years ago

@frankli0324 比如,我设置一个禁言抽奖,没有识别的话,没有绿帽的群也能运行,就不够智能。 应该还有其他需要的地方吧。 反正我是希望能有这么一个识别owo

frankli0324 commented 5 years ago

https://github.com/frank-bots/cqhttp.Cyan/commit/5abf7ae43c54735ff65b0af32545a335fe81916a

frankli0324 commented 5 years ago

dbq,GroupTable貌似之前有问题,已修复 启用group_table示意:

var client = new CQHTTPClient (
    access_url: "",
    use_group_table: true
);

判断自己的权限可以有

// e is GroupMessageEvent
if(e.self_info.role == "member")Console.Write("无撤回权限");
Reshirem commented 5 years ago

@frankli0324 收到w,感想~