Jonathan Rainville 91c8089716 fix: fix decimals problem with Chat commands
The problem was that the BigInt lib did not handle decimals at all. `divMod` only let the remainder be what is after the dot. So I created my own divde and multiply methods to move the dot depending on the number of decimals
2020-09-09 15:03:45 -04:00
..
2020-06-30 14:35:14 -04:00
2020-07-14 11:56:44 -04:00
2020-07-10 20:09:15 -04:00
2020-08-06 16:35:54 +02:00