Skip to content

Commit

Permalink
Attempt to debug strange database issue
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed May 2, 2024
1 parent 77fa261 commit 646cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/events/checkVerified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ client.on(Events.MessageCreate, async (event) => {
return;
}

const user = seeUser(event.author.id);
const user = seeUser(event.member.id);

if (!user || user.verified) {
log.debug("Nothing to do!");
Expand Down

0 comments on commit 646cdee

Please sign in to comment.