aktueller Stand lol

This commit is contained in:
Flummi
2021-05-15 13:58:24 +02:00
parent 4f35261e66
commit 964391f384
12 changed files with 529 additions and 28 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("(╯° °)╯︵ ┻━┻)");
//e.reply("(╯° °)╯︵ ┻━┻)");
console.error(err);
return;
}