Skip to content

Commit

Permalink
Auctions: Fix reference to enabling blind mode in help text (#10688)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 authored Nov 22, 2024
1 parent 4a3d4d2 commit 0d0d110
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/chat-plugins/auction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,9 @@ export const commands: Chat.ChatCommands = {
},
settypehelp: [
`/auction settype [auction|blind|snake] - Sets the auction type. Requires: # ~ auction owner`,
`- auction: Standard auction with credits and bidding.`,
`- blind: Same as auction, but bids are hidden until the end of the nomination.`,
`- snake: Standard snake draft with no credits or bidding.`,
],
addowner: 'addowners',
addowners(target, room, user) {
Expand Down Expand Up @@ -1081,7 +1084,7 @@ export const commands: Chat.ChatCommands = {
`- minplayers [amount]: Sets the minimum number of players.<br/>` +
`- nomtimer [seconds]: Sets the nomination timer to [seconds] seconds.<br/>` +
`- bidtimer [seconds]: Sets the bid timer to [seconds] seconds.<br/>` +
`- blindmode [on/off]: Enables or disables blind mode.<br/>` +
`- settype [auction|blind|snake]: Sets the auction type.<br/>` +
`- addowners [user1], [user2], ...: Adds users as auction owners.<br/>` +
`- removeowners [user1], [user2], ...: Removes users as auction owners.<br/>` +
`- importplayers [pastebin url]: Imports a list of players from a pastebin.<br/>` +
Expand Down

0 comments on commit 0d0d110

Please sign in to comment.