Twitch chat bot name

Yo guys i have a Little problem with my Twitch bot.
I write It in python for the First access i use this string

HOST = “irc.twitch.tv
PORT = 6667
PASS = the oauth code generated
IDENT = my account name “yungmindbeats”
CHANNEL = "x_quality_

Bot work vert good , now i want change the bot name in quality_bot but when i change the IDENT It doesn’t change

Sorry for bar english… Thomas

The bot will always use the username associated with the OAuth token. If you want to change the name you either need to log in to the bot account on Twitch and change their username, or create a new account with the name you want and get a new OAuth token with that user.

Really cool, thank you very much :relieved:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.