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

fix: make rest builders return an exported interface #426

Closed andersfylling closed 3 years ago

andersfylling commented 3 years ago

Noticed that some interfaces for the REST methods returned a unexported type. Which is yikes for testing.

Breaking Change?

no

Checklist: