Changeset 1f94544 in python-cinema-club-bot for main.py


Ignore:
Timestamp:
Oct 10, 2024, 6:53:36 AM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5ba045c
Parents:
23bddf3
Message:

Remove /movies_remove command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.py

    r23bddf3 r1f94544  
    6464    app.add_handler(CommandHandler("movie", commands.movie))
    6565    app.add_handler(CommandHandler("movies", commands.movies))
    66     app.add_handler(CommandHandler("movies_remove", commands.remove_movies))
    6766
    6867    # Users commands
Note: See TracChangeset for help on using the changeset viewer.