fix hashmark mapping

This commit is contained in:
bignutty 2025-04-20 20:14:15 +02:00
parent dca61ecc82
commit 3f776872f0

View file

@ -117,7 +117,7 @@ module.exports.ICONS_NEXTGEN = Object.freeze({
"connection_warning": "<:nxt_ico_connection_warning:1363557714747457556>", "connection_warning": "<:nxt_ico_connection_warning:1363557714747457556>",
"flag": "<:nxt_ico_flag:1363558782726049792>", "flag": "<:nxt_ico_flag:1363558782726049792>",
"hashmark": "<:nxt_ico_hashmark:1363557659977977978>", "hashmark": "<:nxt_ico_hashmark:1363557659977977978>",
"hashmark_alt_warning": "<:nxt_ico_hashmask_warning:1363557670782632106>", "hashmark_warning": "<:nxt_ico_hashmask_warning:1363557670782632106>",
"home": "<:nxt_ico_home:1363558803324276968>", "home": "<:nxt_ico_home:1363558803324276968>",
"image": "<:nxt_ico_image:1363558822907613215>", "image": "<:nxt_ico_image:1363558822907613215>",
"image_stack": "<:nxt_ico_image_stack:1363558834043617370>", "image_stack": "<:nxt_ico_image_stack:1363558834043617370>",
@ -237,8 +237,8 @@ module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({
"activity": "rocket", "activity": "rocket",
"agreements": "privacy_policy", "agreements": "privacy_policy",
"apps": "shapes", "apps": "shapes",
"channel": "hashmark_alt", "channel": "hashmark",
"channel_nsfw": "hashmark_alt_warning", "channel_nsfw": "hashmark_warning",
"mention": "at", "mention": "at",
"user_multiple": "user_group", "user_multiple": "user_group",