From 5208cac28b1cb0d13731a60c7a06849b8d153691 Mon Sep 17 00:00:00 2001 From: VinceC <33974776+VinceC3@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:28:34 -0500 Subject: [PATCH] updated the discord link --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] });