mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
migrate missing icons to nextgen
This commit is contained in:
parent
106169fb27
commit
7f5644799e
3 changed files with 14 additions and 2 deletions
|
@ -11,7 +11,7 @@ const { STATICS } = require('#utils/statics')
|
||||||
const { ApplicationCommandOptionTypes, InteractionContextTypes, ApplicationIntegrationTypes } = require('detritus-client/lib/constants');
|
const { ApplicationCommandOptionTypes, InteractionContextTypes, ApplicationIntegrationTypes } = require('detritus-client/lib/constants');
|
||||||
|
|
||||||
const META_FIELDS = {
|
const META_FIELDS = {
|
||||||
"Album": "stat_videos",
|
"Album": "album",
|
||||||
"Released": "note"
|
"Released": "note"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ const { editOrReply } = require('#utils/message')
|
||||||
const { STATICS } = require('#utils/statics');
|
const { STATICS } = require('#utils/statics');
|
||||||
|
|
||||||
const META_FIELDS = {
|
const META_FIELDS = {
|
||||||
"Album": "stat_videos",
|
"Album": "album",
|
||||||
"Released": "note"
|
"Released": "note"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -187,6 +187,12 @@ module.exports.ICONS_NEXTGEN = Object.freeze({
|
||||||
"downvote": "<:nextgen_ico_rate_downvote:1336065847780835389>",
|
"downvote": "<:nextgen_ico_rate_downvote:1336065847780835389>",
|
||||||
"upvote": "<:nextgen_ico_rate_upvote:1336065859659235449>",
|
"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": "<:nextgen_ico_exclaim:1336065523716325548>",
|
||||||
"exclaim_green": "<:nextgen_ico_exclaim_green:1336065532645998713>",
|
"exclaim_green": "<:nextgen_ico_exclaim_green:1336065532645998713>",
|
||||||
"exclaim_pink": "<:nextgen_ico_exclaim_pink:1336065542653612102>",
|
"exclaim_pink": "<:nextgen_ico_exclaim_pink:1336065542653612102>",
|
||||||
|
@ -277,6 +283,12 @@ module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({
|
||||||
|
|
||||||
"question_large": "question_mark",
|
"question_large": "question_mark",
|
||||||
|
|
||||||
|
"stat_comments": "comments",
|
||||||
|
"stat_likes": "thumb_up",
|
||||||
|
"stat_people": "user_group",
|
||||||
|
"stat_videos": "playlist",
|
||||||
|
"stat_views": "eye",
|
||||||
|
|
||||||
// WEATHER BLOCK
|
// WEATHER BLOCK
|
||||||
"weather_warning_generic": "weds_warning",
|
"weather_warning_generic": "weds_warning",
|
||||||
"weather_warning_storm": "weds_warning_wind",
|
"weather_warning_storm": "weds_warning_wind",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue