updated the discord link

This commit is contained in:
VinceC
2024-09-19 18:28:34 -05:00
parent 6c1e014a96
commit 5208cac28b

View File

@@ -101,7 +101,7 @@ client.on('interactionCreate', async interaction => {
new ButtonBuilder()
.setLabel('🟡 Join Discord')
.setStyle(ButtonStyle.Link)
.setURL('https://discord.gg/j3DKVATPGQ) // Replace with your Discord invite URL
.setURL('https://discord.gg/j3DKVATPGQ') // Replace with your Discord invite URL
);
await interaction.editReply({ embeds: [embed], components: [row] });