diff --git a/bot/coins.py b/bot/coins.py index 7c3c439..5283337 100644 --- a/bot/coins.py +++ b/bot/coins.py @@ -106,6 +106,6 @@ class Coins(Plugin): 'Market Cap: \x02\x0307{market_cap}\x0F' \ .format(crypto=crypto.upper(), price=to_currency(data[currency]), - change=data[f'{currency}_24h_change'] * 100, + change=data[f'{currency}_24h_change'], volume=data[f'{currency}_24h_vol'], market_cap=to_currency(data[f'{currency}_market_cap'])))