Hello, I’m trying to migrate a bot from IRC to EventSub. However, the bot account is very old (…2019) and as far as I can tell it’s not present in any developer console, it’s just a full fledged chatbot account which I somehow have the IRC ClientID/Token for + an Oauth secret. However, when trying to authenticate, I get “Invalid client secret” from the twitch API. Is there some way to regenerate the correct client_id and client_secret for a preexisting account? Are there examples of what these pieces of data are supposed to look like? When searching for this, I can only find answers about creating a new application from scratch, which is not what I want to do, as it would presumably no longer have the correct bot username.
Thanks!