Add the rest of the predictions

This commit is contained in:
dartz 2024-07-28 00:00:07 -04:00
parent 496127a850
commit c0a3b8e05a

View file

@ -61,28 +61,68 @@ const commands = [
required: true,
choices: [
{
name: '338canada',
name: '338Canada',
value: '338canada',
},
{
name: 'Fox News',
value: 'foxnews',
name: 'JHK Forecasts',
value: 'jhk',
},
{
name: 'Polymarket Odds',
value: 'polymarket',
},
{
name: 'Saboto\'s Crystal Ball',
value: 'saboto',
name: 'RealClearPolling',
value: 'realclearpolling',
},
{
name: 'US Election Atlas Polling Aggregate',
name: 'USElectionAtlas Polling Aggregate',
value: 'usatlas',
},
{
name: 'Based on current governor map',
value: 'governor_map',
},
{
name: 'CNalysis (OUTDATED)',
value: 'cnalysis',
},
{
name: 'CNN (OUTDATED)',
value: 'cnn',
},
{
name: 'Cook Political Report (OUTDATED)',
value: 'cook',
},
{
name: 'DDHQ/The Hill (OUTDATED)',
value: 'ddhq',
},
{
name: 'FiveThirtyEight (OUTDATED)',
value: 'fivethirtyeight',
},
{
name: 'Fox News (OUTDATED)',
value: 'foxnews',
},
{
name: 'Inside Elections (OUTDATED)',
value: 'inside',
},
{
name: 'Saboto\'s Crystal Ball (OUTDATED)',
value: 'saboto',
},
{
name: 'Split Ticket (OUTDATED)',
value: 'splitticket',
},
{
name: 'The Economist (OUTDATED)',
value: 'economist',
}
]
}