github bwmarrin/discordgo v0.15.0

latest releases: v0.28.1, v0.28.0, v0.24.2...
7 years ago

This is my first release and a long time coming. The major updates for v0.15.0 are rate limits, the removal of reflection from the library and a bunch of new features!

Huge thanks to @jonas747 for the rate limiting code!

Special Thanks To

for all the help and contributions to the project! Your support is what makes DiscordGo possible!

Large changes

  • Remove use of reflect, this is a long standing idiom problem with the library. DiscordGo now uses go generate to generate event handlers. 3660125 #285
  • Rate limiting! Per route and global. #273
  • Support for message embeds. 717c8f2 #290
  • Support for new member role endpoint. #289
  • Support for reactions. #275 #283
  • Support for webhooks. #274
  • Support for relationships. #284
  • Support for user status. #258

Don't miss a new discordgo release

NewReleases is sending notifications on new releases.