vamo_telbot.commands.start ========================== .. py:module:: vamo_telbot.commands.start .. autoapi-nested-parse:: Start command handler for the Telegram bot. Attributes ---------- .. autoapisummary:: vamo_telbot.commands.start._START_COMMAND_REPLY Functions --------- .. autoapisummary:: vamo_telbot.commands.start.handle_start Module Contents --------------- .. py:data:: _START_COMMAND_REPLY :type: str :value: 'We can do a lot of things.' .. py:function:: handle_start(event) :async: Handle /start command.