server = 'irc.chat.twitch.tv'
port = 6667
nickname = 'testing'
token = 'oauth: 3fbufebu4.......' # https://twitchapps.com/tmi/
user = 'almightyito1' # Your Twitch username
channel = '#Almightyito1' # The channel you want to retrieve messages from
i mean i did change twitch_config.py as you may see, or do i have to change in the file "run.py"
right here