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, {