Is there a way to make a discord bot check if another bot is a verified bot?
For example lets say I add a verified bot like MEE6 and my bot checks if its verified however if i add another bot that isnt verified with the check mark on it then it bans it. Would there be a way to do it?
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staff<User>.flags.has(UserFlags.VerifiedBot)
oh thank you.