Skip to content

Commit 1c4016c

Browse files
authored
Update Tele_audioforcaption.py
1 parent 2ac3585 commit 1c4016c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tele_audioforcaption.py

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def main():
4040

4141
dispatcher.add_handler(CommandHandler("start", start))
4242
dispatcher.add_handler(CommandHandler("help", help_command))
43-
dispatcher.add_handler(MessageHandler("hi",TexttoAudio(Update,CallbackContext,text="hello")))
4443
dispatcher.add_handler(MessageHandler(Filters.text & ~Filters.command,TexttoAudio))
4544
dispatcher.add_handler(MessageHandler(Filters.document & ~Filters.command, FiletoAudio))
4645
dispatcher.add_handler(MessageHandler(~Filters.document & ~Filters.command,help_command))

0 commit comments

Comments
 (0)