mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
youtube category search
This commit is contained in:
parent
8f5e1f73d9
commit
6eb4033da7
1 changed files with 21 additions and 0 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue