Coding Global Background
Coding Global

telegram bot

Archiviert 2 years ago
2 Nachrichten
1 Mitglieder
Erstellt 2 years ago
Aktualisiert 2 years ago
In Discord öffnen
L
Luna’s ko
Verified
Not sure what's wrong

Error Message:

TypeError: Bad operand type for unary ~: 'type'

The part of the code :

add_handler(MessageHandler(filters.Text , (~filters.Command), handle_song_link))

# Start the bot
application.run_polling()

if name == 'main':
main()

Antworten (2)