jawoll
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user