Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jul 22, 2024
1 parent 687490d commit fa77f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/commands/info/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@ const command: Command = {
.setStyle(Discord.ButtonStyle.Link)
.setEmoji("🔗")
.setLabel("Invite")
.setURL("https://remindersbot.xyz"),
.setURL("https://wdh.gg/reminders"),

new Discord.ButtonBuilder()
.setStyle(Discord.ButtonStyle.Link)
.setEmoji("🆘")
.setLabel("Support")
.setURL("https://remindersbot.xyz/support"),
.setURL("https://wdh.gg/reminders/support"),

new Discord.ButtonBuilder()
.setStyle(Discord.ButtonStyle.Link)
.setEmoji("🗳️")
.setLabel("Vote")
.setURL("https://remindersbot.xyz/vote"),
.setURL("https://wdh.gg/reminders/vote"),

new Discord.ButtonBuilder()
.setStyle(Discord.ButtonStyle.Link)
.setEmoji("🐙")
.setLabel("GitHub")
.setURL("https://remindersbot.xyz/github")
.setURL("https://wdh.gg/reminders/github")
)

await interaction.editReply({ embeds: [info], components: [buttons] });
Expand Down

0 comments on commit fa77f84

Please sign in to comment.