Skip to content

Commit 094bee0

Browse files
committed
feat: remove automatic command deployment
1 parent ed2df7a commit 094bee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

events/guildMemberAdd.event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ module.exports = {
66
execute(guildMember) {
77
const client = guildMember.client;
88

9-
Join(guildMember, client);
9+
// Join(guildMember, client);
1010
},
1111
};

events/ready.event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
console.info(`Logged in as ${client.user.tag}!`);
1010
console.info('Bot is ready!');
1111

12-
deployCommands(client);
12+
// deployCommands(client);
1313

1414
cron.schedule('01 0 * * 1', () => {
1515
pointAutomation(client);

0 commit comments

Comments
 (0)