xD
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 14s

This commit is contained in:
2025-08-08 00:29:15 +02:00
parent 49cb0b37da
commit 45d2b2c352
4 changed files with 17 additions and 15 deletions

View File

@ -40,8 +40,8 @@ exports.run = (client, message, args) => {
);
message.channel.send(
`With **${hbPoints}** points in your hero boost, you will boost with a ${get_damage_multiplier(
`With **${hbPoints}** points in your hero boost, you will boost with a **${get_damage_multiplier(
hbPoints
).toFixed(4)} damage multiplier.`
).toFixed(4)}** damage multiplier.`
);
};