This commit is contained in:
@ -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.`
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user