Skip to content

Commit

Permalink
chore(docs): add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Oct 26, 2023
1 parent db4496c commit 977c78d
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 team roles into account; only team members with the :attr:`~disnake.TeamMemberRole.admin`
Also take 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 977c78d

Please sign in to comment.