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
The text was updated successfully, but these errors were encountered:
Megalaoofania
changed the title
.hasPermission doesn't work anymore, use permission.has
.hasPermission doesn't work anymore, use permissions.has
Dec 19, 2022
In discord.js v13 the permission coding has been changed.
discord.js v12 uses: (s4dmessage.member).hasPermission('ADMINISTRATOR')
discord.js v13 uses: (s4dmessage.member).permissions.has('ADMINISTRATOR')
The text was updated successfully, but these errors were encountered: