update buttons to use applocation owned emoji

This commit is contained in:
bignutty 2024-08-08 22:03:31 +02:00
parent cb1fcf9935
commit ea83bdaca1
2 changed files with 18 additions and 16 deletions

View file

@ -212,6 +212,21 @@ module.exports.ICONS = Object.freeze({
"failiure_simple": "<:ico_cross:1263594899048235100>"
})
module.exports.MUSIC_PLATFORM_ICONS = Object.freeze({
"amazonStore": "1271168898603159554",
"amazonMusic": "1271168908182945842",
"appleMusic": "1271168916810498131",
"deezer": "1271168925652095097",
"itunes": "1271168933495574582",
"napster": "1271168944094318673",
"pandora": "1271168950784491601",
"soundcloud": "1271168959814832160",
"spotify": "1271168976755363840",
"tidal": "1271169001158082624",
"youtube": "1271169012763721809",
"youtubeMusic": "1271169027124760736"
})
module.exports.GUILD_FEATURE_ICONS_REDESIGN = Object.freeze({
"ActivitiesIcon": "<:ico_d_activities:1263595238929334272>",
"AnnouncementsIcon": "<:ico_d_announcements:1263595270684545205>",