mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-07 11:09:53 +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 {
|
} else {
|
||||||
let data = response.body[0];
|
let data = response.body[0];
|
||||||
let price_eur = Number(data.price_eur);
|
let price_eur = Number(data.price_eur);
|
||||||
description =
|
let description =
|
||||||
'**Rank: [' +
|
'**Rank: [' +
|
||||||
rank +
|
rank +
|
||||||
'](' +
|
'](' +
|
||||||
|
|
Loading…
Add table
Reference in a new issue