forked from ticketfrei/ticketfrei
Compare commits
2 commits
csrf
...
feature/pi
Author | SHA1 | Date | |
---|---|---|---|
428f42abea | |||
b3yond | 02f117a864 |
|
@ -50,6 +50,9 @@ class TelegramBot(Bot):
|
||||||
"Send reports here to share them with other users. "
|
"Send reports here to share them with other users. "
|
||||||
"Use /start and /stop to get reports or not.")
|
"Use /start and /stop to get reports or not.")
|
||||||
# TODO: /help message should be set in frontend
|
# TODO: /help message should be set in frontend
|
||||||
|
elif update.message.text.lower() == "/ping":
|
||||||
|
tb.send_message(
|
||||||
|
update.message.sender.id, "pong")
|
||||||
else:
|
else:
|
||||||
# set report.author to "" to avoid mailbot crash
|
# set report.author to "" to avoid mailbot crash
|
||||||
sender_name = update.message.sender.username
|
sender_name = update.message.sender.username
|
||||||
|
|
Loading…
Reference in a new issue