mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue