Kaynağa Gözat

Update the help text

master
Fen Dweller 5 yıl önce
ebeveyn
işleme
f41f8afb74
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      you-died.py

+ 1
- 1
you-died.py Dosyayı Görüntüle

@@ -44,7 +44,7 @@ def overlay_document(update: Update, context: CallbackContext):
context.bot.send_message(chat_id=update.effective_chat.id, text="Something went wrong. That might not have been an image.") context.bot.send_message(chat_id=update.effective_chat.id, text="Something went wrong. That might not have been an image.")


def echo(update: Update, context: CallbackContext): def echo(update: Update, context: CallbackContext):
context.bot.send_message(chat_id=update.effective_chat.id, text="Send an image (inline or as a file)")
context.bot.send_message(chat_id=update.effective_chat.id, text="Send an image (inline or as a file). You can customize the text by adding a caption.")


if __name__ == "__main__": if __name__ == "__main__":
try: try:


Yükleniyor…
İptal
Kaydet