This commit is contained in:
sora 2019-11-06 18:02:21 +01:00
parent 92dca58c5c
commit fec868935d

View File

@ -79,7 +79,7 @@ module.exports = function(name){
action : function(bot){ action : function(bot){
this.bot = bot; this.bot = bot;
return ()=>{ return ()=>{
return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{}); //return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{});
} }
} }
} }