CesiumLabs / quick.eco

Powerful economy framework for discord bots.
https://eco.js.org
55 stars 9 forks source link

addMoney is a little glitchy #22

Open SomeWebsiteDesigner opened 3 years ago

SomeWebsiteDesigner commented 3 years ago

When using addMoney, let me use a hypothetical to make this easier to understand:

Your balance is 9000.

If you use addMoney and the amount of money you input is 10, it'll literally add 10 to it, making it 900010.

aspectxlol commented 2 years ago

okay i dont find this a bug this is just your fault if you have a economy system of 1000 is 1 buck then u should multiply everything by 1000 for example you have 100.000 if you addMoney(30) and you expected it to be 30.000 then just multiply it by 1000

it adds 30 bcs you inputed 30 as an arguments do you really expect it to multiply it for you?