Fixed bug with !stats

an undeclered variable caused the command to fail
This commit is contained in:
filipnyquist 2018-06-02 20:37:35 +02:00 committed by GitHub
parent 61198288fb
commit 620c7d91b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ exports.stats = {
} else {
let data = response.body[0];
let price_eur = Number(data.price_eur);
description =
let description =
'**Rank: [' +
rank +
'](' +