diff --git a/config.js b/config.js index a8e31b9..be38e13 100644 --- a/config.js +++ b/config.js @@ -79,11 +79,11 @@ module.exports = function(name){ action : function(bot){ this.bot = bot; return ()=>{ - return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{}); + //return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{}); } } } ] } -} \ No newline at end of file +}