diff --git a/index.js b/index.js index 15b45ba..2c471c0 100644 --- a/index.js +++ b/index.js @@ -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] });