mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Unbold 5000 in auction help message
This commit is contained in:
parent
a260a5f026
commit
17f8fbc46a
|
|
@ -581,7 +581,7 @@ export class Auction extends Rooms.SimpleRoomGame {
|
|||
const curUser = Users.getExact(currManager.id);
|
||||
curUser?.sendTo(this.room, notifyMsg);
|
||||
curUser?.sendTo(this.room,
|
||||
`|raw|Send a message with the amount you want to bid (e.g. <code>.5</code> or <code>5</code> will place a bid of <b>5000</b>)!`);
|
||||
`|raw|Send a message with the amount you want to bid (e.g. <code>.5</code> or <code>5</code> will place a bid of 5000)!`);
|
||||
}
|
||||
this.sendBidInfo();
|
||||
this.startBidTimer();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user