Skip to content

0.4.0

Compare
Choose a tag to compare
@abalabahaha abalabahaha released this 13 Oct 22:06
· 1095 commits to dev since this release

What's New:

  • Support for friend suggestion events
  • Classes now have OOP-style aliases (message.edit("Potato") anyone?)
  • Support for streaming one stream to multiple voice channels (thanks anonymousthing)
  • editGame/editIdle have been merged into editStatus
  • Emoji support
  • Webhook support
  • deleteGuildMember has been changed to kickGuildMember
  • Message.guild now aliases Message.channel.guild
  • Member object now aliases user properties (eg. member.username)

What's Improved:

  • Ready times have been decreased
  • Shard reconnection and reliability have been improved
  • Users leaving a guild now register properly
  • Voice now consumes way less resources
  • Voice reliability and error handling is even more improved now (especially on Windows)
  • Ratelimit handling is now compliant with the new Discord guidelines
  • User presence handling during Discord downtime is less error-prone
  • REST requests can now be made without requiring a gateway connection