comment out unused code
This commit is contained in:
parent
efe4ba607f
commit
b11a84d5c1
2
index.js
2
index.js
|
@ -179,7 +179,7 @@ client.on("interactionCreate", async (interaction) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('guildMemberAdd', require("./discordJoins.js"))
|
//client.on('guildMemberAdd', require("./discordJoins.js")) //WIP
|
||||||
|
|
||||||
// Startup
|
// Startup
|
||||||
log.info("Starting up...")
|
log.info("Starting up...")
|
||||||
|
|
Loading…
Reference in a new issue