Skip to content

Commit

Permalink
update handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Feb 1, 2025
1 parent c026466 commit a172d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/core/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a172d32

Please sign in to comment.