Merge pull request #59 from pitbullcoder/main

Bug Fix: Issue: Observed Main Menu Behavior #56
This commit is contained in:
TC² 2024-07-23 12:14:17 -04:00 committed by GitHub
commit e8a35a9e66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,6 +166,8 @@ def process_message(sender_id, message, interface, is_sync_message=False):
handle_group_message_selection(sender_id, message, step, state, interface) handle_group_message_selection(sender_id, message, step, state, interface)
else: else:
handle_help_command(sender_id, interface) handle_help_command(sender_id, interface)
else:
handle_help_command(sender_id, interface)
def on_receive(packet, interface): def on_receive(packet, interface):
try: try: