Skip to content

Commit

Permalink
refactor: remove non-breaking stuff (#7636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Apr 9, 2022
1 parent dfea9c2 commit b9c5676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/structures/Presence.js
Expand Up @@ -382,8 +382,6 @@ 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 b9c5676

Please sign in to comment.