Verify Checking

How do I check to see if a new Bot is verified. I do know that you can see the check mark, but is there a way to check if the Bot is verified using Discord.js
3 Replies
d.js docs
d.js docs2y ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
PAdventures
PAdventures2y ago
if(member.user.bot.verified){
console.log('verified!')
}
if(member.user.bot.verified){
console.log('verified!')
}
?
pa_admin@1.3.3 D:\PA_Admin Backup
├─┬ discord-modals@1.3.7
│ └── discord.js@14.0.1 deduped
└── discord.js@14.0.1

PS D:\PA_Admin Backup> node -v
v16.14.0
pa_admin@1.3.3 D:\PA_Admin Backup
├─┬ discord-modals@1.3.7
│ └── discord.js@14.0.1 deduped
└── discord.js@14.0.1

PS D:\PA_Admin Backup> node -v
v16.14.0
d.js docs
d.js docs2y ago
property User#flags The flags for this user