From 197e776f0381ba2f0e4356d98360cdd5de9b0f7b Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 6 Sep 2024 23:53:29 +0200 Subject: [PATCH] fix weird layout on playlists --- commands/interaction/slash/search/youtube.js | 1 - commands/message/search/youtube.js | 1 - 2 files changed, 2 deletions(-) diff --git a/commands/interaction/slash/search/youtube.js b/commands/interaction/slash/search/youtube.js index c73d424..fb1d25d 100644 --- a/commands/interaction/slash/search/youtube.js +++ b/commands/interaction/slash/search/youtube.js @@ -84,7 +84,6 @@ function createYoutubePage(context, result){ break; case 3: // playlist iconHeader = [ - '', iconPill("stat_videos", intToString(parseInt(result.metadata.videos).toLocaleString('en-US')) + ' Videos') ] res = page(createEmbed("default", context, { diff --git a/commands/message/search/youtube.js b/commands/message/search/youtube.js index d484765..66e96a8 100644 --- a/commands/message/search/youtube.js +++ b/commands/message/search/youtube.js @@ -83,7 +83,6 @@ function createYoutubePage(context, result){ break; case 3: // playlist iconHeader = [ - '', iconPill("stat_videos", intToString(parseInt(result.metadata.videos).toLocaleString('en-US')) + ' Videos') ] res = page(createEmbed("default", context, {