Rework AI
This commit is contained in:
parent
e46c4427cc
commit
aebee54562
10 changed files with 79 additions and 20 deletions
|
|
@ -98,7 +98,7 @@ const onAILeaderboard = (_text: string, roomId: string) => {
|
|||
const cost = user.aiCost;
|
||||
const username = getUserName(user);
|
||||
|
||||
return `<li>${username}: cost <b>${cost.toFixed(2)}$</b></li>`;
|
||||
return `<li>${username}: <b>${cost.toFixed(2)}$</b></li>`;
|
||||
};
|
||||
|
||||
const users = state.users.sort(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue