bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.11k stars 812 forks source link

OAuth2 support missing #1534

Open HarbingerNight opened 5 months ago

HarbingerNight commented 5 months ago

OAuth2 support is missing for preforming basic OAuth2 to token operation.

Plenty of endpoints to use with Bearer tokens but no way to get them.

1533