Skip to content

Commit 02d760f

Browse files
authored
Update message output (embed -> ${title}
1 parent 1c7e0ef commit 02d760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async function onInlineQuery (inlineQuery) {
110110

111111
console.log("Fixed URL: ", url)
112112
const fixedURL = url.toString()
113-
const markdownURL = `[embed link](${fixedURL})`
113+
const markdownURL = `[${title}](${fixedURL})`
114114

115115
results.push({
116116
type: 'article',

0 commit comments

Comments
 (0)