From 6eb4033da765f93407800d572d23df121fea306b Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 28 Jul 2023 00:38:25 +0200 Subject: [PATCH] youtube category search --- labscore/constants.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/labscore/constants.js b/labscore/constants.js index 4ef475a..88dcaf8 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -716,3 +716,24 @@ module.exports.PERMISSIONS_TEXT = Object.freeze({ [Permissions.VIEW_CHANNEL]: "View Channel", [Permissions.VIEW_GUILD_ANALYTICS]: "View Server Insights" }); + +module.exports.YOUTUBE_CATEGORIES = { + "music": "10", + "animals": "15", + "sports": "17", + "travel": "19", + "gaming": "20", + "comedy": "34", + "entertainment": "24", + "news": "25", + "howto": "26", + "education": "27", + "science": "28", + "movies": "30", + "animation": "31", + "documentary": "35", + "horror": "39", + "fantasy": "40", + "shorts": "42", + "shows": "43" +} \ No newline at end of file