-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
17 lines (17 loc) · 964 Bytes
/
config.json
File metadata and controls
17 lines (17 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"liveOnly": false,
"secondsToWin": 30,
"minIncrement": 1,
"openingBid": 0,
"firstWarning": 10,
"secondWarning": 5,
"openingMessage": "/me Bidding for $auction has opened at $bid $currency. You can bid on this auction by using !bid and then the amount you want to bid. Bids must be $increment higher than the previous bid.",
"auctionInProgressMessage": "There is an auction for $auction already in progress!",
"newBidMessage": "/me @$user has the high bid at $bid $currency. Do I hear $min?",
"insufficientFundsMessage": "Sorry @$user, you can't afford that bid. NotLikeThis",
"invalidBidMessage": "Invalid bid! Minimum bid is $min $currency.",
"firstWarningMessage": "/me Going once to $user for $bid $currency!",
"secondWarningMessage": "/me Going twice to $user for $bid $currency!",
"winningMessage": "/me $auction has sold to $user for $bid $currency!",
"noBidsMessage": "/me The auction for $auction has ended with no bids!"
}