From ba5a11820a5dcb5ae367839570caef2374b6ffd1 Mon Sep 17 00:00:00 2001 From: Fabrice Gagneux Date: Thu, 28 Apr 2022 18:25:27 +0100 Subject: [PATCH] add 1ban = 1ban --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index e4de5c2..dace836 100644 --- a/main.py +++ b/main.py @@ -346,6 +346,7 @@ async def price(ctx): embed.colour=discord.Colour.red() embed.description += "```" embed.description += f"Rank : #{banano['rank']}\n" + embed.description += f"Price (BANANO) : 1 BANANO\n" embed.description += f"Price (NANO) : {banano['xrb']:.6f} NANO\n" embed.description += f"Price (BTC) : {banano['satoshi']:.1f} sats\n" embed.description += f"Price (USD) : ${banano['usdprice']:.6f}\n"