2
0
This commit is contained in:
Cedric Hoelzl 2019-11-14 00:37:04 +01:00
parent 2c271c7f0c
commit 0f3f8dbf59

View File

@ -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)});