Hello all!
I’ve managed to use the API connector with discord, it works well for normal users with oauth2 user-agent flow.
However I’mt trying to make it work with a discord bot, that uses a different auth method - it just has a bearer token that I have but I see no way to simply make an authentication with a bearer token that I already have.
Perhaps with oauth2 custom token?
or some other way to configure user-agent flow?
Thank you so much in advance!