forked from syscoin/tipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommandUsage.json
More file actions
17 lines (17 loc) · 851 Bytes
/
Copy pathcommandUsage.json
File metadata and controls
17 lines (17 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"withdraw": "withdraw [address] [amount] [symbol/guid]",
"tip": "tip @user [amount] [symbol/guid]",
"trade": "trade [amount] [symbol/guid] for [amount] [symbol/guid] with @user",
"accept": "accept [trade ID]",
"tradecancel": "tradecancel [trade ID]",
"auctioncancel": "auctioncancel [auction ID]",
"recent": "recent <symbol/guid",
"auction": "auction [amount] [token] [timeAmount][m/h/d] [reserveAmount]",
"bid": "bid [auction ID] [amount]",
"show": "show [auction ID]",
"find": "find [symbol/guid]",
"giveaway": "giveaway [timeAmount][s/m] [winnerAmount][w] [amount] [symbol/guid]",
"createmission": "create [missionName] [payout] [symbol/guid] [timeAmount][s/m/h/d]",
"editmission": "create [missionName] [payout] [symbol/guid] [timeAmount][s/m/h/d]",
"verifyToken": "verifytoken [guid] [chosenSymbol] <linkToNFT>"
}