Skip to content

Commit

Permalink
Merge pull request #6 from lastarc:lastarc/issue2
Browse files Browse the repository at this point in the history
Remove 'Done' from re-edit message content
  • Loading branch information
lastarc authored Mar 31, 2024
2 parents 67accb5 + e3027c1 commit 7295de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/commands/media/tiktok.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
},
};

0 comments on commit 7295de4

Please sign in to comment.