diff --git a/commands/interaction/slash/search/lyrics.js b/commands/interaction/slash/search/lyrics.js index dc86109..11577ab 100644 --- a/commands/interaction/slash/search/lyrics.js +++ b/commands/interaction/slash/search/lyrics.js @@ -11,7 +11,7 @@ const { STATICS } = require('#utils/statics') const { ApplicationCommandOptionTypes, InteractionContextTypes, ApplicationIntegrationTypes } = require('detritus-client/lib/constants'); const META_FIELDS = { - "Album": "stat_videos", + "Album": "album", "Released": "note" } diff --git a/commands/message/search/lyrics.js b/commands/message/search/lyrics.js index 65b59d4..c7bac16 100644 --- a/commands/message/search/lyrics.js +++ b/commands/message/search/lyrics.js @@ -9,7 +9,7 @@ const { editOrReply } = require('#utils/message') const { STATICS } = require('#utils/statics'); const META_FIELDS = { - "Album": "stat_videos", + "Album": "album", "Released": "note" } diff --git a/labscore/constants.js b/labscore/constants.js index 6599d20..5fc00dc 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -186,6 +186,12 @@ module.exports.ICONS_NEXTGEN = Object.freeze({ // TODO: nextgen stat_ icons "downvote": "<:nextgen_ico_rate_downvote:1336065847780835389>", "upvote": "<:nextgen_ico_rate_upvote:1336065859659235449>", + + "album": "<:nextgen_ico_album:1360923644892680303>", + "comments": "<:nextgen_ico_comments:1360923702862151731>", + "thumb_up": "<:nextgen_ico_thumb_up:1360924181059080253>", + "playlist": "<:nextgen_ico_playlist:1360923671514058902>", + "eye": "<:nextgen_ico_eye:1360923659296051230>", "exclaim": "<:nextgen_ico_exclaim:1336065523716325548>", "exclaim_green": "<:nextgen_ico_exclaim_green:1336065532645998713>", @@ -277,6 +283,12 @@ module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({ "question_large": "question_mark", + "stat_comments": "comments", + "stat_likes": "thumb_up", + "stat_people": "user_group", + "stat_videos": "playlist", + "stat_views": "eye", + // WEATHER BLOCK "weather_warning_generic": "weds_warning", "weather_warning_storm": "weds_warning_wind",