We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2df7a commit 094bee0Copy full SHA for 094bee0
events/guildMemberAdd.event.js
@@ -6,6 +6,6 @@ module.exports = {
6
execute(guildMember) {
7
const client = guildMember.client;
8
9
- Join(guildMember, client);
+ // Join(guildMember, client);
10
},
11
};
events/ready.event.js
@@ -9,7 +9,7 @@ module.exports = {
console.info(`Logged in as ${client.user.tag}!`);
console.info('Bot is ready!');
12
- deployCommands(client);
+ // deployCommands(client);
13
14
cron.schedule('01 0 * * 1', () => {
15
pointAutomation(client);
0 commit comments