fix
This commit is contained in:
parent
e37abbc4f5
commit
e8b4374962
@ -61,10 +61,11 @@ module.exports = function(url, cmds){
|
||||
weburl : [{
|
||||
url : 'self',
|
||||
post_action : (bot,req,rep)=>{
|
||||
rep.send({msg:req.from.id});
|
||||
},
|
||||
get_action : (bot,req,rep)=>{
|
||||
rep.send({msg:req.from.id});
|
||||
console.log(req);
|
||||
rep.send({msg: "Beep Boop"});
|
||||
//rep.send({msg:req.from.id});
|
||||
},
|
||||
|
||||
}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user