This commit is contained in:
Christopher Cookman 2024-05-09 22:35:01 -06:00
parent 32a7f846d4
commit 5f5b5ca547
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -1069,6 +1069,7 @@ discord.on("interactionCreate", async (interaction) => {
}); });
discord.on("guildMemberAdd", (member) => { discord.on("guildMemberAdd", (member) => {
console.log("test")
// If it wasnt the bot, ignore // If it wasnt the bot, ignore
if (member.user.id !== discord.user.id) return; if (member.user.id !== discord.user.id) return;
// Get the main guild // Get the main guild