You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: