JDA
JDA copied to clipboard
Add `PrivilegeConfig#canMemberRun`
Pull Request Etiquette
- [X] I have checked the PRs for upcoming features/bug fixes.
- [X] I have read the contributing guidelines.
Changes
- [ ] Internal code
- [X] Library interface (affecting end-user code)
- [ ] Documentation
- [ ] Other: _____
Closes Issue: NaN
Description
Adds a method determining if a command can be used by a combination of member and channel
Based on Discord's flow chart for command permission checks.