diff --git a/bot/core/handlers.py b/bot/core/handlers.py index 9484a9caa..d5b2d6648 100644 --- a/bot/core/handlers.py +++ b/bot/core/handlers.py @@ -53,17 +53,17 @@ def add_handlers(): "aioexecute": ( aioexecute, BotCommands.AExecCommand, - CustomFilters.owner, + CustomFilters.sudo, ), "execute": ( execute, BotCommands.ExecCommand, - CustomFilters.owner, + CustomFilters.sudo, ), "clear": ( clear, BotCommands.ClearLocalsCommand, - CustomFilters.owner, + CustomFilters.sudo, ), "select": ( select,