Skip to content

v0.11.0

Pre-release
Pre-release

Choose a tag to compare

@Mirdukkk Mirdukkk released this 11 Jul 16:16
· 150 commits to develop since this release
a49e830

this is breaking release.

  • to create message attachment, change MessageAttachment to MessageAttachmentConstructor. MessageAttachment now used to represent Discord's attachments, not to build them.
  • same with MessageEmbed. you must build embeds with MessageEmbedConstructor now.

added events:

  • GuildMemberAdd
  • GuildMemberRemove
  • GuildMemberUpdate
  • GuildUpdate
  • GuildRemove

Full Changelog: v0.10.0...v0.11.0