andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
496 stars 70 forks source link

Instead of the config taking a http.Client, I should take a interface for the Do method #375

Closed andersfylling closed 3 years ago

andersfylling commented 3 years ago

This allows other http client alternatives like heimdall to be used. Which is cool, cause then you have retries and other features with no extra work needed for Disgord.

andersfylling commented 3 years ago

https://github.com/andersfylling/disgord/commit/d07895ec9fbdc26cff94d1bfacc7cb61dfd09617