Update index.js
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 16s

This commit is contained in:
2025-07-30 14:46:10 +00:00
parent 5381bed30a
commit 97a58f2b5e

View File

@ -49,6 +49,7 @@ client.on(Events.MessageCreate, (message) => {
if (arg > 2000) arg = 2000; if (arg > 2000) arg = 2000;
sum += parseInt(arg); sum += parseInt(arg);
}); });
sum--;
message.channel.send( message.channel.send(
`Will reach ${sum}, ${Math.ceil(sum * 1.4)} with bonus.` `Will reach ${sum}, ${Math.ceil(sum * 1.4)} with bonus.`
); );