Skip to content

Commit

Permalink
Vote update
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangsihu authored Jul 27, 2024
1 parent 3d8f4f1 commit 850be7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/client/MessageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ export default class MessageCreate extends Event {
if (!voted) {
const voteBtn = new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder()
.setLabel("Vote for Me!")
.setLabel("Vote me!")
.setURL(`https://top.gg/bot/${this.client.config.clientId}/vote`)
.setStyle(ButtonStyle.Link),
);

await message.reply({
content: "Wait! Before using this command, you must vote. Thank you.",
content: "Wait! Before using this command, You must vote me. Thank you.",
components: [voteBtn],
});
}
Expand Down

0 comments on commit 850be7a

Please sign in to comment.