We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac3585 commit 1c4016cCopy full SHA for 1c4016c
Tele_audioforcaption.py
@@ -40,7 +40,6 @@ def main():
40
41
dispatcher.add_handler(CommandHandler("start", start))
42
dispatcher.add_handler(CommandHandler("help", help_command))
43
- dispatcher.add_handler(MessageHandler("hi",TexttoAudio(Update,CallbackContext,text="hello")))
44
dispatcher.add_handler(MessageHandler(Filters.text & ~Filters.command,TexttoAudio))
45
dispatcher.add_handler(MessageHandler(Filters.document & ~Filters.command, FiletoAudio))
46
dispatcher.add_handler(MessageHandler(~Filters.document & ~Filters.command,help_command))
0 commit comments