I had to copy the code for has_role from the discord-py project to use it in this as it implements a decorator and as we load our commands without using them it's a bit of a hassle to support this.
Implementing something to let us use the built in checks without doing that would be very handy! Would lend itself to adding a more comprehensive checks system
I had to copy the code for
has_rolefrom the discord-py project to use it in this as it implements a decorator and as we load our commands without using them it's a bit of a hassle to support this.Implementing something to let us use the built in checks without doing that would be very handy! Would lend itself to adding a more comprehensive checks system