Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbucher committed Jul 15, 2020
1 parent 6aaf146 commit 99642d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/message-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class MessageHandler {
.setAuthor(`${msg.author.username}#${msg.author.discriminator}`, msg.author.avatarURL())
.setThumbnail('https://i.imgur.com/wak8g4V.png')
.setTitle('Vote Required!')
.setDescription('This command requires you to vote every 24 hours!')
.setDescription('This command requires you to have voted in the past 24 hours!')
.addField('Last Vote', `${sinceLastVote}`, true)
.addField('Vote Here', '[Top.gg](https://top.gg/bot/656621136808902656/vote)', true)
.setFooter('While Birthday Bot is 100% free, voting helps us grow!', msg.client.user.avatarURL())
Expand Down

0 comments on commit 99642d7

Please sign in to comment.