Stark-Mountain / meetup-facebook-bot

An easy-to-setup bot that helps you to communicate with your meetup attendees.
MIT License
1 stars 1 forks source link

Move validation out of handle_message_with_sender_id #70

Closed vergeev closed 7 years ago

vergeev commented 7 years ago

The method contains the lines

if is_talk_rate_command(messaging_event):
    return

which should be a part of validator.