Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Sep 7, 2024
1 parent 9af2883 commit b49c882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/ipc-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports.load = (discordClient) => {
if (!guild) return;
const member = await guild.members.fetch(userID).catch(() => {});
console.log(member);
console.log(member.hasPermissions);
console.log(member.hasPermission
);
if (!member) return;
else if (member.permissions.has(Permissions)) verified.push(guildID);
}));
Expand Down

0 comments on commit b49c882

Please sign in to comment.