Skip to content

Releases: kordlib/kord

0.5.11

24 Jul 08:09
Compare
Choose a tag to compare

0.5.11

Fixes

  • Fixed an issue where multiple voice states could be present per user per guild.
  • Fixed an issue where presences would be incorrectly deserialized in guild member chunk events.
  • Fixes member chunk events not caching presences.

0.5.10

22 Jul 14:57
Compare
Choose a tag to compare

0.5.10

Fixes

  • Fixed an issue with entity flows requested from REST duplicating entities.

0.5.9

20 Jul 07:35
Compare
Choose a tag to compare

0.5.9

Fixes

  • Fixed an issue where getting a channel from a guild would incorrectly throw an exception during the guild id check.
    (again)

0.5.8

11 Jul 14:14
Compare
Choose a tag to compare

0.5.8

Fixes

  • Fixed an issue where getting a channel from a guild would incorrectly throw an exception during the guild id check.

0.5.7

08 Jul 08:40
Compare
Choose a tag to compare

0.5.7

Additions

  • Added BanAddEvent#getBan to get the full ban object.
  • Re-added MessageCreateBuilder#allowedMentions after removal in 0.5.0.

0.5.6

06 Jul 21:12
Compare
Choose a tag to compare

0.5.6

Fixes

  • Fixed incorrect calculations of denied Permissions.

0.5.5

06 Jul 18:43
Compare
Choose a tag to compare

0.5.5

Additions

  • Added MessageBehavior#publish to publish a message in an announcement channel.
  • Added NewsChannelBehavior#follow to follow an announcement channel in another text channel.

Fixes

  • Fixed GuildChannel#getEffectivePermissions not correctly denying permissions denied for the user specifically.

0.5.4

06 Jul 09:10
Compare
Choose a tag to compare

0.5.4

Additions

  • Added GuildBehavior#getChannel, GuildBehavior#getChannelOf and their nullable variants.

Deprecations

  • GuildBehavior#unBan has been deprecated for GuildBehavior#unban.

0.5.3

25 Jun 18:47
Compare
Choose a tag to compare

0.5.3

Fixes

  • getGuildMembers returns the correct limit for both Cache and Rest suppliers.

0.5.2

25 Jun 09:52
Compare
Choose a tag to compare

0.5.2

Additions

  • Add missing mention property for unicode emojis.
  • Re-add guildId to Invite for compatibility.