mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added more error-message on error fetching song-data
This commit is contained in:
@@ -98,7 +98,7 @@ function check_error_video(msg, channel) {
|
|||||||
findSimilar(msg, channel, true, undefined)
|
findSimilar(msg, channel, true, undefined)
|
||||||
}
|
}
|
||||||
} catch(e){
|
} catch(e){
|
||||||
console.log(e);
|
console.log(msg.id, key, e, body);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user