-
Notifications
You must be signed in to change notification settings - Fork 0
js——groupID
殷泽凌 edited this page Feb 18, 2019
·
1 revision
groupID这个就非常简单了,就是当前监控群的号码
一般是摩点程序群
//当群里有人发送hello bang的时候,往监控群(即摩点群)发送hello bang!!!
var praiseBang = {
check: "hello bang",
operate: function(){
praiseBang.robot.sendGroupMsg(praiseBang.groupID,"hello bang!!!");
}
};
不难的,我不会骗你的