News

Describe what you were trying to get done. I had to convert floats to Decimal but somehow the current Double I got out of Decimal when looking at it using ToDouble would give me only the round part of ...
I tried with different format values and only this one work await msg.edit("{}".format(current * 100 / total)), which is not ideal because I only want 2 decimals. Code that causes the issue ...