diff --git a/bot/commands/media/tiktok.js b/bot/commands/media/tiktok.js index d1585ce..5be15a6 100644 --- a/bot/commands/media/tiktok.js +++ b/bot/commands/media/tiktok.js @@ -127,6 +127,6 @@ module.exports = { } else { embeddableUrl = `${EMBED_PROXY_URL}/?src=${encodeURIComponent(vurl)}&width=${vwidth}&height=${vheight}`; } - await replyMsg.edit(`Done ${embeddableUrl}`); + await replyMsg.edit(`${embeddableUrl}`); }, }; \ No newline at end of file