correction: change "Electoral Votes" to "seats"
This commit is contained in:
parent
dc7640692a
commit
358b904871
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ if (!config.token) {
|
|||
.setTitle("2024 United States Presidential Election Simulator")
|
||||
.setDescription(`The CalubViem Press has called the 2024 United States Presidential Election for ${result.winner}!`)
|
||||
.addFields(
|
||||
{name: `${result.winner === gopcandidate ? ":white_check_mark:" : ""} ${gopcandidate}`, value: `${result.gopVotes} Electoral Votes`, inline: true},
|
||||
{name: `${result.winner === demcandidate ? ":white_check_mark:" : ""} ${demcandidate}`, value: `${result.demVotes} Electoral Votes`, inline: true},
|
||||
{name: `${result.winner === gopcandidate ? ":white_check_mark:" : ""} ${gopcandidate}`, value: `${result.gopVotes} seats`, inline: true},
|
||||
{name: `${result.winner === demcandidate ? ":white_check_mark:" : ""} ${demcandidate}`, value: `${result.demVotes} seats`, inline: true},
|
||||
)
|
||||
.setImage("attachment://election.png")
|
||||
.setTimestamp();
|
||||
|
|
Loading…
Reference in a new issue