diff --git a/src/structures/Presence.js b/src/structures/Presence.js index cf8a24a..9f50945 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -422,6 +422,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: