Skip to content

Commit

Permalink
Update compile_clips_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dam2452 committed Dec 27, 2024
1 parent 33775e8 commit 8926b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/handlers/sending_videos/compile_clips_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MaxClipsExceededException(Exception):
pass

def get_commands(self) -> List[str]:
return ["compile", "kompiluj", "kom"]
return ["kompiluj", "compile", "kom"]

def _get_validator_functions(self) -> ValidatorFunctions:
return [
Expand Down

0 comments on commit 8926b3d

Please sign in to comment.