mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-04 21:05:11 +00:00
Merge pull request #182 from lbryio/filipnyquist-patch-1
Fixed bug with !stats
This commit is contained in:
commit
7d7c84dd9c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ exports.stats = {
|
|||
} else {
|
||||
let data = response.body[0];
|
||||
let price_eur = Number(data.price_eur);
|
||||
description =
|
||||
let description =
|
||||
'**Rank: [' +
|
||||
rank +
|
||||
'](' +
|
||||
|
|
Loading…
Add table
Reference in a new issue