Coding Global Background
Coding Global

telegram bot

Archived 2 years ago
2 messages
1 members
Created 2 years ago
Updated 2 years ago
Open in Discord
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()

Replies (2)