This commit is contained in:
Flummi
2021-04-22 04:12:40 +02:00
parent 97519de05b
commit 4f35261e66
22 changed files with 322 additions and 158 deletions

View File

@ -51,7 +51,7 @@ export default async bot => {
//meta = JSON.parse((await exec(`youtube-dl -f "bestvideo[ext=mp4,filesize<${maxfilesize}k]+bestaudio/best" --skip-download --dump-json "${link}"`)).stdout);
}
catch(err) {
e.reply("666 - kein b0ck!");
e.reply("(╯° °)╯︵ ┻━┻)");
console.error(err);
return;
}
@ -59,7 +59,7 @@ export default async bot => {
let filename = `${uuid}.${meta.ext}`;
//e.reply(`downloading ${uuid}...`);
e.reply(`[charging the f0cker] downloading: ${uuid}.${meta.ext}`);
e.reply(`[charging the f0cker] downloading: ${uuid}`);
// download data
const start = new Date();