Update index.js

This commit is contained in:
VinceC
2024-09-19 18:24:58 -05:00
parent d762b0bc5c
commit 6c1e014a96

View File

@@ -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] });