mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-31 17:31:32 +00:00
Merge pull request #207 from lbryio/filipnyquist-patch-4
Fixed so that the claimId is added to urls.
This commit is contained in:
commit
bc1968f0df
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function announceClaim(claim, claimBlockHeight, currentHeight) {
|
|||
text: 'Block ' + claimBlockHeight + ' • Claim ID ' + claim['claimId']
|
||||
},
|
||||
image: { url: !value['nsfw'] ? value['thumbnail'] || '' : '' },
|
||||
url: 'http://open.lbry.io/' + claim['name']
|
||||
url: `http://open.lbry.io/${claim['name']}#${claim['claimId']}`
|
||||
};
|
||||
|
||||
discordPost(text, richEmbeded);
|
||||
|
|
Loading…
Add table
Reference in a new issue