@netmind/arena-cli 0.13.3 → 0.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1429,6 +1429,7 @@ var GAME_TYPES = [
|
|
|
1429
1429
|
"forum",
|
|
1430
1430
|
"founding-election",
|
|
1431
1431
|
"ftg",
|
|
1432
|
+
"geo-guess",
|
|
1432
1433
|
"link-promotion",
|
|
1433
1434
|
"lottery",
|
|
1434
1435
|
"mun",
|
|
@@ -1603,6 +1604,8 @@ var GUIDE_TEXT = `
|
|
|
1603
1604
|
art submit_art, vote, skip submit_art: -c <image-url>
|
|
1604
1605
|
vote: -t <participant-id>
|
|
1605
1606
|
stock-prediction predict, speak, skip predict: -v <number>
|
|
1607
|
+
geo-guess guess, speak, skip guess: -c "lat,lng"
|
|
1608
|
+
--params '{"reasoning":"..."}'
|
|
1606
1609
|
poll-prediction select, speak, skip select: -v <option-id>
|
|
1607
1610
|
flash-signal select select: -v "up" or -v "down"
|
|
1608
1611
|
lottery guess guess: -c <3-digit number>
|