diff --git a/index.js b/index.js index 68808bf..15b45ba 100644 --- a/index.js +++ b/index.js @@ -97,11 +97,11 @@ client.on('interactionCreate', async interaction => { new ButtonBuilder() .setLabel('🔵 View Profile') .setStyle(ButtonStyle.Link) - .setURL(`https://www.vrbattles.gg/users/${playerData.username}`), + .setURL(`https://www.vrbattles.gg/profile/${playerData.username}`), new ButtonBuilder() .setLabel('🟡 Join Discord') .setStyle(ButtonStyle.Link) - .setURL('https://discord.gg/your-invite-code') // Replace with your Discord invite URL + .setURL('https://discord.gg/j3DKVATPGQ) // Replace with your Discord invite URL ); await interaction.editReply({ embeds: [embed], components: [row] });