I\'m building a Discord bot and I want to have an if statement that will only proceed if the message author has an administrator role in the guild.
if
I\'v
These answers seem outdated:
Use: msg.member.roles.cache.has(roleID)
msg.member.roles.cache.has(roleID)