github hikari-py/hikari 2.0.0.dev85
Tidy ups and bug fixes.

latest releases: 2.5.0, 2.4.1, 2.4.0...
pre-release5 years ago

Looks like people have been busy tonight.

  • DM channel cache methods are now gone, as v8 does not give events pertaining to DM creation or deletion. Sending a DM to a new recipient will now require a create DM API call and a create message API call per the new layout.
  • Fixed bug where you'd get KeyErrors on reconnects in the GUILD_CREATE_EVENT (thanks @FasterSpeeding for fixing that so quickly tonight).
  • hikari.utilities.date -> hikari.utilities.time
  • Fixed incorrect conversions from timedelta types to JSON compatible types.
  • Removed delete_integration REST endpoint, as it now just kicks the bot from the guild, which is what leave_guild already does anyway.

Don't miss a new hikari release

NewReleases is sending notifications on new releases.