From b9c5676006a702f704e970b3027829663b9b0a65 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sat, 9 Apr 2022 10:33:44 +0100 Subject: [PATCH] refactor: remove non-breaking stuff (#7636) --- src/structures/Presence.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/structures/Presence.js b/src/structures/Presence.js index 744450f7e5c2..afa3212646eb 100644 --- a/src/structures/Presence.js +++ b/src/structures/Presence.js @@ -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: