Skip to content

Commit

Permalink
nit: clarify change note
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Nov 17, 2023
1 parent 5d34eb2 commit 0229d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/ext/commands/common_bot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def is_owner(self, user: Union[disnake.User, disnake.Member]) -> bool:
:attr:`owner_ids` is not set.
.. versionchanged:: 2.10
Also take team roles into account; only team members with the :attr:`~disnake.TeamMemberRole.admin`
Also takes team roles into account; only team members with the :attr:`~disnake.TeamMemberRole.admin`
or :attr:`~disnake.TeamMemberRole.developer` roles are considered bot owners.
Parameters
Expand Down

0 comments on commit 0229d6b

Please sign in to comment.