Skip to content

Commit e3027c1

Browse files
committed
Remove 'Done' from re-edit message content
Fixes #2
1 parent 67accb5 commit e3027c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/commands/media/tiktok.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ module.exports = {
127127
} else {
128128
embeddableUrl = `${EMBED_PROXY_URL}/?src=${encodeURIComponent(vurl)}&width=${vwidth}&height=${vheight}`;
129129
}
130-
await replyMsg.edit(`Done ${embeddableUrl}`);
130+
await replyMsg.edit(`${embeddableUrl}`);
131131
},
132132
};

0 commit comments

Comments
 (0)