Skip to content

Commit

Permalink
fix footer text (finihs -> continues)
Browse files Browse the repository at this point in the history
Signed-off-by: Anıl Mısırlıoğlu <misirlioglisamet@gmail.com>
  • Loading branch information
anilmisirlioglu committed Jan 23, 2021
1 parent 26fd9ba commit fecbc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Raffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Raffle extends Structure<typeof RaffleModel, SuperRaffle>{
`${server.translate('structures.raffle.creator')}: <@${this.constituent_id}>`
])
.setColor(alert ? 'RED' : '#bd087d')
.setFooter(`${server.translate('structures.raffle.footer.text', this.numbersOfWinner)} | ${server.translate('structures.raffle.footer.finish')}`)
.setFooter(`${server.translate('structures.raffle.footer.text', this.numbersOfWinner)} | ${server.translate('structures.raffle.footer.continues')}`)
.setTimestamp(finishAt)
}

Expand Down

0 comments on commit fecbc20

Please sign in to comment.