updated the discord link
This commit is contained in:
2
index.js
2
index.js
@@ -101,7 +101,7 @@ client.on('interactionCreate', async interaction => {
|
|||||||
new ButtonBuilder()
|
new ButtonBuilder()
|
||||||
.setLabel('🟡 Join Discord')
|
.setLabel('🟡 Join Discord')
|
||||||
.setStyle(ButtonStyle.Link)
|
.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] });
|
await interaction.editReply({ embeds: [embed], components: [row] });
|
||||||
|
|||||||
Reference in New Issue
Block a user