Skip to content

decorator predicates #10146

Answered by Soheab
jbaumgarten asked this question in Q&A
Mar 16, 2025 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

What does this dict look like? Considering that has_any_role takes role names or IDs, I can't think of a dictionary format that it could accept...

As for a custom implementation, you can simply call and return the check, like the following:

def custom_has_any_role(*roles: dict[Any, Any] | int | str):
    return commands.has_any_role(*<your values>)
    

# @custom_has_any_role(...)

Also, consider joining the support server and asking for help there—it's easier IMO.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jbaumgarten
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@LeoCx1000
Comment options

@jbaumgarten
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants