mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Update claimbot.js (#214)
This commit is contained in:
parent
abd45143ff
commit
1770f147cf
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ async function announceClaims() {
|
||||||
}
|
}
|
||||||
claimEmbed.addField(
|
claimEmbed.addField(
|
||||||
"Claimed for",
|
"Claimed for",
|
||||||
`${Number.parseFloat(claim.outputValue).toFixed(3)} LBC`
|
`${Number.parseFloat(claim.outputValue).toFixed(4)} LBC`
|
||||||
);
|
);
|
||||||
discordPost(claimEmbed);
|
discordPost(claimEmbed);
|
||||||
} else if (claim.name.charAt(0) === "@") {
|
} else if (claim.name.charAt(0) === "@") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue