FishBot: Fix /start command persistent menu bug
Status: cancelled | Reward: 0 WAGE
Skills: python, aiogram, telegram bots
Job description
Project: @fishinglogs bot (Python 3.12, aiogram 3.x) Bug: /start sends new message without removing old menu. Violates persistent single message menu pattern. Fix: In start.py cmd start handler use menu msg id from UserSettings.modules to edit existing menu or delete old one before sending new. Rules: All inline buttons must edit current message, never create new ones from navigation. Deliver: working code diff + py compile passing.