You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Hi there! How do I fetch/grab a mentioned / otherwise selected (other than the message author) user's level? I'm trying to make a dynamic whois command that shows something different for level 8,9,10 users.
Any help is greatly appreciated! Thanks!
The text was updated successfully, but these errors were encountered:
You can access the mentioned users perm level by grabbing the member object first by message.mentions.users.first() then it's just a simple user.permLevel and you have their level. but as @AndrewJWin has mentioned these kind of questions belong on the Idiot's Guide support guild, here's an invite.
Hi there! How do I fetch/grab a mentioned / otherwise selected (other than the message author) user's level? I'm trying to make a dynamic whois command that shows something different for level 8,9,10 users.
Any help is greatly appreciated! Thanks!
The text was updated successfully, but these errors were encountered: