1
0
Fork 0

remove that console.log

akairo
loicbersier 4 years ago
parent 535e623ff2
commit 744844c347

@ -125,7 +125,6 @@ class ytpCommand extends Command {
if (url) {
return youtubedl.exec(url, ['--max-filesize', '50m', '--format=mp4', '-o', `./asset/ytp/userVid/${message.id}.mp4`], {}, function(err, output) {
console.log(output[2]);
if (err) {
console.error(err);
loadingmsg.delete();

Loading…
Cancel
Save