diff --git a/index.js b/index.js index 837f1e6..1f6e147 100644 --- a/index.js +++ b/index.js @@ -1069,6 +1069,7 @@ discord.on("interactionCreate", async (interaction) => { }); discord.on("guildMemberAdd", (member) => { + console.log("test") // If it wasnt the bot, ignore if (member.user.id !== discord.user.id) return; // Get the main guild