feat: add TMP3 ticker for Trivia Murder Party 3
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,6 +13,7 @@ var tickerSymbols = map[string]string{
|
|||||||
"FBG4": "Fibbage 4",
|
"FBG4": "Fibbage 4",
|
||||||
"TMP1": "Trivia Murder Party",
|
"TMP1": "Trivia Murder Party",
|
||||||
"TMP2": "Trivia Murder Party 2",
|
"TMP2": "Trivia Murder Party 2",
|
||||||
|
"TMP3": "Trivia Murder Party 3",
|
||||||
"DRWF": "Drawful",
|
"DRWF": "Drawful",
|
||||||
"DRWA": "Drawful Animate",
|
"DRWA": "Drawful Animate",
|
||||||
"DD": "Dirty Drawful",
|
"DD": "Dirty Drawful",
|
||||||
|
|||||||
@@ -36,6 +36,8 @@ func TestDetectVote_Ticker(t *testing.T) {
|
|||||||
{"qpl3++", true, "up", "QPL3"},
|
{"qpl3++", true, "up", "QPL3"},
|
||||||
{"TMP2--", true, "down", "TMP2"},
|
{"TMP2--", true, "down", "TMP2"},
|
||||||
{"tmp2--", true, "down", "TMP2"},
|
{"tmp2--", true, "down", "TMP2"},
|
||||||
|
{"TMP3++", true, "up", "TMP3"},
|
||||||
|
{"tmp3--", true, "down", "TMP3"},
|
||||||
{"DD++", true, "up", "DD"},
|
{"DD++", true, "up", "DD"},
|
||||||
{"dd--", true, "down", "DD"},
|
{"dd--", true, "down", "DD"},
|
||||||
{"YDKJ++", true, "up", "YDKJ"},
|
{"YDKJ++", true, "up", "YDKJ"},
|
||||||
@@ -104,6 +106,7 @@ func TestLookupTicker(t *testing.T) {
|
|||||||
{"qpl3", "Quiplash 3", true},
|
{"qpl3", "Quiplash 3", true},
|
||||||
{"DD", "Dirty Drawful", true},
|
{"DD", "Dirty Drawful", true},
|
||||||
{"EW", "Earwax™", true},
|
{"EW", "Earwax™", true},
|
||||||
|
{"TMP3", "Trivia Murder Party 3", true},
|
||||||
{"TWEP", "The Wheel of Enormous Proportions", true},
|
{"TWEP", "The Wheel of Enormous Proportions", true},
|
||||||
{"ZZZZ", "", false},
|
{"ZZZZ", "", false},
|
||||||
{"", "", false},
|
{"", "", false},
|
||||||
|
|||||||
@@ -132,6 +132,7 @@ Vote on a specific game by its ticker symbol:
|
|||||||
| `TKOX` | Tee K.O. T-Shirt Knock Out |
|
| `TKOX` | Tee K.O. T-Shirt Knock Out |
|
||||||
| `TMP1` | Trivia Murder Party |
|
| `TMP1` | Trivia Murder Party |
|
||||||
| `TMP2` | Trivia Murder Party 2 |
|
| `TMP2` | Trivia Murder Party 2 |
|
||||||
|
| `TMP3` | Trivia Murder Party 3 |
|
||||||
| `TP` | Talking Points |
|
| `TP` | Talking Points |
|
||||||
| `TPM` | The Poll Mine |
|
| `TPM` | The Poll Mine |
|
||||||
| `TWEP` | The Wheel of Enormous Proportions |
|
| `TWEP` | The Wheel of Enormous Proportions |
|
||||||
|
|||||||
Reference in New Issue
Block a user