@router.message(Command(commands=["help"]))
async def command_start_handler(message: Message):
await message.answer(text=HELP_COMMAND)
await message.delete() @dp.message_handler(content_types=['photo']):
...Danger
This version is still in development!