mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 20:35:12 +00:00
Fixed bug with !stats
an undeclered variable caused the command to fail
This commit is contained in:
parent
61198288fb
commit
620c7d91b8
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