telegram bot
Archiviert 2 years ago
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()
