fix stuff + add stuff

This commit is contained in:
ashley 2025-09-28 13:13:30 +02:00
parent 7cd870c9e0
commit 5a2f072b02

View File

@ -99,8 +99,8 @@ Returns basic data about a given YouTube video using PokeTubeAPI.
*/
const getDislikesData = async (videoId) => {
const pokeTubeAPI = new PokeTubeDislikesAPIManager(videoId);
return await pokeTubeAPI.getData();
const pokeTubeAPIDislikes = new PokeTubeDislikesAPIManager(videoId);
return await pokeTubeAPIDislikes.getData();
};
module.exports = getDislikesData;