From a172d32c739ee36553908b760292292f53cfc607 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sat, 1 Feb 2025 15:04:10 +0600 Subject: [PATCH] update handlers.py --- bot/core/handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,