Сергей Карбивничий, я вывел переменную keyboard в консоль и ошибок не заметил, но когда я вывожу клавиатуру в чат, то бот крашится с ошибкой
vk_api.exceptions.ApiError: [100] One of the parameters specified was missing or invalid: message is empty or invalid
SoreMix, теперь у меня ошибка с параметрами
vk_api.exceptions.ApiError: [100] One of the parameters specified was missing or invalid: you should specify peer_id, user_id, domain, chat_id or user_ids param
SoreMix, if event.object.message.text == "привет":
AttributeError: 'dict' object has no attribute 'text'
такая же ошибка когда я пытаюсь вывести в консоль
vk_api.exceptions.ApiError: [100] One of the parameters specified was missing or invalid: message is empty or invalid