Created
March 6, 2019 14:42
-
-
Save rupython/488014b3509c4146c95ffd941a8ac8a1 to your computer and use it in GitHub Desktop.
From: Makaryants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def ls_news(message): | |
if message.text == "Новости": | |
bot.send_message(message.chat.id, 'Тут будут отображаться новости LoudSound', reply_markup=keyboard) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment