Skip to content

Commit b4d14c6

Browse files
authored
Update auction-thread-builder.ts
1 parent cb7d111 commit b4d14c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/features/auctions/auction-thread-builder.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class AuctionThreadBuilder extends ThreadBuilder {
6262
6363
**Rules:**
6464
- The auction ends when nobody has bid for 12 consecutive hours and the auction has been open for at least 24.${this.raidRules}${this.requireScribeRule}
65-
- Do not use auction threads for discussion, jokes or chatter -- only bids.
65+
- ONLY BID in auction threads, do NOT post comments, jokes, memes or chatter.
6666
- Retracting (ie deleting) bids is not allowed.
6767
6868
**How are auctions completed?**
@@ -79,13 +79,13 @@ export class AuctionThreadBuilder extends ThreadBuilder {
7979

8080
private get raidRules() {
8181
return this.restrictToRaid
82-
? `\n Bid only if you were present for the ${this.raid} raid.`
83-
: `\n This auction has no raid attendance requirements.`;
82+
? `\n- Bid only if you were present for the ${this.raid} raid.`
83+
: `\n- This auction has no raid attendance requirements.`;
8484
}
8585

8686
private get requireScribeRule() {
8787
return this.requireScribe
88-
? `\n Bid only if you can scribe the spell.`
88+
? `\n- Bid only if you can scribe the spell.`
8989
: "";
9090
}
9191

0 commit comments

Comments
 (0)