Skip to content

Commit 6291232

Browse files
authored
Update registration URL in check.ts
1 parent f571419 commit 6291232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/is-a-dev/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const command: Command = {
4949
new Discord.ButtonBuilder()
5050
.setStyle(Discord.ButtonStyle.Link)
5151
.setLabel("Register")
52-
.setURL(`https://wdh.gg/XEMAmxc`)
52+
.setURL("https://github.com/is-a-dev/register")
5353
);
5454

5555
await interaction.editReply({ embeds: [available], components: [registerButton] });

0 commit comments

Comments
 (0)