Help with this IRC callback: How do I get on_welcome to fire?

I’m having the same problem. I’m pretty sure I’m using a valid oAuth Token.

But just to be sure. the token is generated from this place is that correct ?

Also when I type in the Token I write something like this

oauthToken = 'oauth:{0}'.format(token)

I’m following the same basic twitch bot on the github OP referred to
and I must also state that I’m using this as an excuse to learn Python 3.6 so my knowledge in python is limited I’m mostly getting by on random google searches and knowhow from other programming languages.