How can i get bots token without having the bot account connected in browser?
Context:
Im using the method of the following video to get the access token “Create Your Own TwitchBot in C# using OAuth (with TwitchLib) - BEGINNER FRIENDLY - YouTube”.
Problem:
I have an Channel account, Bot account and AppUser Account (this one is not neccesary to use it).
The User of App have acces to Channel account and AppUser account.
I want to send an announce with Bot Account in Channel account. The problem is, the way im using to get access token implies have connected Bot Account in the predetermined browser.
Ask: How can i send the announce with Bot account without having the account conected in browser?