diff --git a/html/watch.ejs b/html/watch.ejs
index f60f6bd2..c7bb78ee 100644
--- a/html/watch.ejs
+++ b/html/watch.ejs
@@ -46,7 +46,7 @@
<%
- const desc = `Watch this ${turntomins(VideoData?.lengthSeconds) || "LIVE"} long video from ${VideoData?.author} On Poke!
+ const desc = `Watch this ${turntomins(VideoData?.lengthSeconds) || "LIVE"} long video from ${VideoData?.author.replace("- Topic", "")} On Poke!
👍 ${convert(engagement?.likes)} | 👎 ${convert(engagement?.dislikes)} | 📈 ${convert(engagement?.viewCount)} Views 🗓️ ${date.replace("Premiered", " ")} 💬 ${!isNaN(inv.commentCount) ? inv.commentCount.toLocaleString() : 0}`;
const image = `https://i.ytimg.com/vi/${VideoData.videoId}/maxresdefault.jpg`;