From b5a5cffab62b63d9e08942f635e26ac527af3d14 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:07:25 +0000 Subject: [PATCH] refactor: remove non-breaking stuff --- 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: