1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #585 from khode-mohsen/patch-1

Update echo_bot.py
This commit is contained in:
FrankWang 2018-10-19 10:07:55 +08:00 committed by GitHub
commit 4eeca78f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
#!/usr/bin/python
# This is a simple echo bot using the decorator mechanism.
# It echoes any incoming text messages.