Currently, I'm using @commands.has_role("rolename"), but I can't figure out how to use if or something similar to check if the user has the role. If they do, run the command as normal, and if not send a message like "No Permission!"
Can anyone help me?