discordjs / Commando

Official command framework for discord.js
Apache License 2.0
497 stars 243 forks source link

Fix permission check for default commands #384

Closed Alpha5k closed 3 years ago

Alpha5k commented 3 years ago

GuildMember#hasPermission was removed from discord.js in PR #5152 but the default commands still reference it which causes this error: TypeError: msg.member.hasPermission is not a function

Resolves #370