We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5023a0 commit 1aca9aeCopy full SHA for 1aca9ae
pydis_core/utils/interactions.py
@@ -49,7 +49,7 @@ async def _handle_modify_message(message: Message, action: Literal["edit", "dele
49
50
class ViewWithUserAndRoleCheck(ui.View):
51
"""
52
- A view that allows the original invoker and moderators to interact with it.
+ A view that allows only allows the specified users, or users with the specified roles, to interact with it.
53
54
Args:
55
allowed_users: A sequence of user's ids who are allowed to interact with the view.
0 commit comments