From 0f3f8dbf597528a6e5317c2b93b3bea85a2dfc21 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Thu, 14 Nov 2019 00:37:04 +0100 Subject: [PATCH] Cleanup --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 7abb6eb..ec43835 100644 --- a/config.js +++ b/config.js @@ -89,7 +89,7 @@ module.exports = function(){ return bot.telegram.getFileLink(id).then(link=>{ const file = "/tmp/"+id+"."+vid; - download((link,file),function(){ + download(link,file,function(){ rev.reverse(file).then(res=>{ return event.replyWithVideo({source: res.path}); }).catch(err=>{bot.error(err)});