Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

v0.22

Compare
Choose a tag to compare
@andersfylling andersfylling released this 25 Nov 03:52
· 213 commits to develop since this release

Improvements (fixes):

  • Voice reconnect (#351)
  • Voice resume is now granted a longer timeout vs the ready event
  • cleaned up some undefined op codes in voice (#352)
  • most example are now verified by CI!
  • bot token is verified during the New method!
  • Reseter, DeepCopier and Copier now have proper go generate logic (no more forgetting to update the copy methods on changes)
  • starting up an event client with illegal or not enabled intents, will finally log an error! (but not shutdown the application)
  • more robust gateway connections or better error checking and logging

Renamed / moved:

  • Client.VoiceConnectOptions(...) => Client.Guild(guild_id).VoiceChannel(channel_id).Connect(...)

Added Discord features:

  • Message replies
  • Message stickers