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
502 stars 71 forks source link

flags are no longer required and can be replaced with a method call #407

Closed andersfylling closed 2 years ago

andersfylling commented 3 years ago

Given that the api is resource based, flags such as "IgnoreCache" can be replaced by a method call instead.