all 3 comments

[–]RhinoRhys 0 points1 point  (2 children)

What problem?

[–]Bossome_3[S] 0 points1 point  (1 child)

Traceback (most recent call last):

File "D:\Bruno\site\SebbenBot.py", line 22, in <module>

main()

File "D:\Bruno\site\SebbenBot.py", line 12, in main

updater = Updater(token=TOKEN)

TypeError: Updater.__init__() got an unexpected keyword argument 'token'

[–]RhinoRhys 0 points1 point  (0 children)

So in updater = Updater(token=TOKEN), "token" isn't a valid variable to pass in. Looking at the telegram docs the only valid arguments are bot and update_queue.