diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index c6c2d871ba..9e81df2ac4 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -1680,7 +1680,7 @@ def check(predicate: Check) -> Callable[[T], T]: .. code-block:: python3 - def owner_or_permissions(**perms): + async def owner_or_permissions(**perms): original = commands.has_permissions(**perms).predicate async def extended_check(ctx): if ctx.guild is None: