Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(presence): feature parity in image resolve (#9638)
* PR: !9637 for v14
  • Loading branch information
almostSouji committed Jun 14, 2023
1 parent 4c07204 commit 85338ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structures/Presence.js
Expand Up @@ -401,6 +401,8 @@ class RichPresenceAssets {
return `https://media.discordapp.net/${id}`;
case 'spotify':
return `https://i.scdn.co/image/${id}`;
case 'youtube':
return `https://i.ytimg.com/vi/${id}/hqdefault_live.jpg`;
case 'twitch':
return `https://static-cdn.jtvnw.net/previews-ttv/live_user_${id}.png`;
default:
Expand Down

0 comments on commit 85338ef

Please sign in to comment.