Skip to content

Commit

Permalink
revert: reactivate verification queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-zang committed Jul 26, 2024
1 parent 374739e commit 4f0c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ client.on('ready', async () => {
defaultPrefix: process.env.COMMAND_PREFIX
});

// verificationQueueProcessor.startProcessing(client);
verificationQueueProcessor.startProcessing(client);
})

client.on('voiceStateUpdate', (oldMember, newMember) => {
Expand Down

0 comments on commit 4f0c823

Please sign in to comment.