Using the "convert" command now have a bug. The value returned is not the expected.
When I say to the bot:
convert 100 EUR to USD
it answers:
100.00 EUR (0.39714264 BTC at 251.80 EUR / BTC)
I was expecting something as the quantity (100) in USD and -maybe- some optional info in Bitcoins.
I solved it to the bot returning the expected message and now when I execute:
convert 100 EUR to USD
it returns:
110.35 USD (277.86 USD / BTC)
I do not see any reason to use the elseif which I deleted
Using the "convert" command now have a bug. The value returned is not the expected.
When I say to the bot:
it answers:
I was expecting something as the quantity (100) in USD and -maybe- some optional info in Bitcoins. I solved it to the bot returning the expected message and now when I execute:
it returns:
I do not see any reason to use the elseif which I deleted