Add info; Version 0.5.0

This commit is contained in:
Aslan 2025-12-26 04:42:14 +01:00
parent dd4da06753
commit 4819805b3c
4 changed files with 19 additions and 4 deletions

View file

@ -28,7 +28,7 @@ const onLevel = (_text: string, roomId: string, sender: string) => {
client.sendHtmlMessage(
roomId,
"",
`<h3>Your Level: <b>${level.level}</b></h3>
`<h3>Your Level: ${level.level}</h3>
</br>
<i>Next level progress: ${level.experienceInLevel}/${level.expToNextLevel}xp</i>`,
);