diff --git a/server/chat-plugins/auction.ts b/server/chat-plugins/auction.ts index 7fca3803eac4..ac010e5132f3 100644 --- a/server/chat-plugins/auction.ts +++ b/server/chat-plugins/auction.ts @@ -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) { @@ -1081,7 +1084,7 @@ export const commands: Chat.ChatCommands = { `- minplayers [amount]: Sets the minimum number of players.
` + `- nomtimer [seconds]: Sets the nomination timer to [seconds] seconds.
` + `- bidtimer [seconds]: Sets the bid timer to [seconds] seconds.
` + - `- blindmode [on/off]: Enables or disables blind mode.
` + + `- settype [auction|blind|snake]: Sets the auction type.
` + `- addowners [user1], [user2], ...: Adds users as auction owners.
` + `- removeowners [user1], [user2], ...: Removes users as auction owners.
` + `- importplayers [pastebin url]: Imports a list of players from a pastebin.
` +