mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
refactor: remove non-breaking stuff (#7636)
This commit is contained in:
@@ -382,8 +382,6 @@ class RichPresenceAssets {
|
|||||||
return `https://media.discordapp.net/${id}`;
|
return `https://media.discordapp.net/${id}`;
|
||||||
case 'spotify':
|
case 'spotify':
|
||||||
return `https://i.scdn.co/image/${id}`;
|
return `https://i.scdn.co/image/${id}`;
|
||||||
case 'youtube':
|
|
||||||
return `https://i.ytimg.com/vi/${id}/hqdefault_live.jpg`;
|
|
||||||
case 'twitch':
|
case 'twitch':
|
||||||
return `https://static-cdn.jtvnw.net/previews-ttv/live_user_${id}.png`;
|
return `https://static-cdn.jtvnw.net/previews-ttv/live_user_${id}.png`;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user