fix
This commit is contained in:
parent
e37abbc4f5
commit
e8b4374962
@ -61,10 +61,11 @@ module.exports = function(url, cmds){
|
|||||||
weburl : [{
|
weburl : [{
|
||||||
url : 'self',
|
url : 'self',
|
||||||
post_action : (bot,req,rep)=>{
|
post_action : (bot,req,rep)=>{
|
||||||
rep.send({msg:req.from.id});
|
|
||||||
},
|
},
|
||||||
get_action : (bot,req,rep)=>{
|
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