Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update vote.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth committed Oct 2, 2022
1 parent 7ef197b commit f421f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/vote.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports.run = async (client, message, args) => {
iconURL: client.user.displayAvatarURL()
})
.setTitle("Vote for **IVON**")
.setDescription(`Vote for **${client.user}** on [discordbotlist.com](https://discordbotlist.com). Your siple vote help us to grow more and more.`)
.setDescription(`Vote for **${client.user}** on [discordbotlist.com](https://discordbotlist.com). Your simple vote help us to grow more and more.`)
.setColor('#2F3136')
.setTimestamp()
.setThumbnail(process.env.THUMBNAIL)
Expand Down

0 comments on commit f421f22

Please sign in to comment.