Is there any utility to check if a member has permission to run a command?
Hi! I have a bot that needs to check if a member has permission to run a command and then do something accordingly (eg remove a role) and I'd rather not write something to check if the member has permission to use a command if it already exists
Solution
You'll have to write your own function. Feel free to make a PR to @sapphire/discord.js-utilities after the fact.