Skip to content

Commit

Permalink
Update delete_clip_handler_responses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dam2452 committed Jan 2, 2025
1 parent 4f8a584 commit f58d81c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions bot/responses/not_sending_videos/delete_clip_handler_responses.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
# def get_invalid_args_count_message() -> str:
# return "❌ Podaj numer klipu do usunięcia. Przykład: /usunklip numer_klipu ❌"
#
#
# def get_clip_not_exist_message(clip_number: int) -> str:
# return f"🚫 Klip o numerze '{clip_number}' nie istnieje.🚫"
#
#
# def get_clip_deleted_message(clip_name: str) -> str:
# return f"✅ Klip o nazwie '{clip_name}' został usunięty.✅"


def get_log_clip_not_exist_message(clip_number: int, username: str) -> str:
return f"Clip '{clip_number}' does not exist for user '{username}'."

Expand Down

0 comments on commit f58d81c

Please sign in to comment.