From 977c78d207c0195bfc339d9336f6df02f33001a1 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Thu, 26 Oct 2023 16:05:31 +0200 Subject: [PATCH] chore(docs): add missing word --- disnake/ext/commands/common_bot_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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