Fix issues
This commit is contained in:
parent
aebee54562
commit
2f76efed2e
2 changed files with 7 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const onMe = (text: string, roomId: string, sender: string) => {
|
|||
roomId,
|
||||
"",
|
||||
`<p>Your Role: <b>${user.role}</b></p></br>
|
||||
<p>Your Money: <b>${user.money}</b></p></br>
|
||||
<p>Your Money: <b>${user.money}$</b></p></br>
|
||||
<p>Your AI Cost: <b>${user.aiCost.toFixed(2)}$</b></p></br>
|
||||
<p>Your Level: <b>${level.level}</b></p></br>
|
||||
<i>Next level progress: <b>${level.experienceInLevel}/${level.expToNextLevel}xp</b></i>`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue