Spleef
Spleef
DIAdiscord.js - Imagine a bot
Created by Spleef on 7/13/2024 in #djs-questions
Verified bot check failed in some rare cases
const isVerifiedBot = await auditLogEntry.executor.flags.has(65536) ?? await memberObj.user.flags.has(65536)
const isVerifiedBot = await auditLogEntry.executor.flags.has(65536) ?? await memberObj.user.flags.has(65536)
Hello everyone, it only happens in very rare cases that this check fails and indicates to my bot that a user (verified bot) is not verified. What could be the cause?
8 replies