diff --git a/disnake/ext/commands/common_bot_base.py b/disnake/ext/commands/common_bot_base.py index ccd8a23290..9b2bb6087b 100644 --- a/disnake/ext/commands/common_bot_base.py +++ b/disnake/ext/commands/common_bot_base.py @@ -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