We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f571419 commit 6291232Copy full SHA for 6291232
src/commands/is-a-dev/check.ts
@@ -49,7 +49,7 @@ const command: Command = {
49
new Discord.ButtonBuilder()
50
.setStyle(Discord.ButtonStyle.Link)
51
.setLabel("Register")
52
- .setURL(`https://wdh.gg/XEMAmxc`)
+ .setURL("https://github.com/is-a-dev/register")
53
);
54
55
await interaction.editReply({ embeds: [available], components: [registerButton] });
0 commit comments