From 6c1e014a960ba1a4a5544415990917a6593e8d12 Mon Sep 17 00:00:00 2001 From: VinceC <33974776+VinceC3@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:24:58 -0500 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] });