mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
fix hashmark mapping
This commit is contained in:
parent
dca61ecc82
commit
3f776872f0
1 changed files with 3 additions and 3 deletions
|
@ -117,7 +117,7 @@ module.exports.ICONS_NEXTGEN = Object.freeze({
|
|||
"connection_warning": "<:nxt_ico_connection_warning:1363557714747457556>",
|
||||
"flag": "<:nxt_ico_flag:1363558782726049792>",
|
||||
"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>",
|
||||
"image": "<:nxt_ico_image:1363558822907613215>",
|
||||
"image_stack": "<:nxt_ico_image_stack:1363558834043617370>",
|
||||
|
@ -237,8 +237,8 @@ module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({
|
|||
"activity": "rocket",
|
||||
"agreements": "privacy_policy",
|
||||
"apps": "shapes",
|
||||
"channel": "hashmark_alt",
|
||||
"channel_nsfw": "hashmark_alt_warning",
|
||||
"channel": "hashmark",
|
||||
"channel_nsfw": "hashmark_warning",
|
||||
"mention": "at",
|
||||
|
||||
"user_multiple": "user_group",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue