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-07-30 13:49:50 -04:00
2020-07-21 13:15:22 -04:00
2020-07-23 16:00:14 -04:00
2020-08-27 17:09:37 -04:00