Skip to content

Releases: DisnakeDev/disnake

v2.1.5

25 Oct 15:29
Compare
Choose a tag to compare

What's new:

  • min_value, max_value (float) kwargs in disnake.Option
  • min_value, max_value, gt, lt, ge, le (float) kwargs in disnake.ext.commands.Param (here gt and ge are aliases of min_value, lt and le are aliases of max_value)
  • disnake.InteractionReference
  • disnake.Message.interaction attribute (an instance of InteractionReference)
  • disnake.UnresolvedGuildApplicationCommandPermissions
  • owner (bool) kwarg in disnake.ext.commands.guild_permissions decorator

Fixed:

  • Command deletions on reconnections
  • Unfinished sync tasks on loop termination

Notes:

  • In v2.1.4 we fixed a a bug with permissions sync

v2.1.3

17 Oct 13:08
Compare
Choose a tag to compare

Changelog: https://disnake.readthedocs.io/en/latest/whats_new.html#v2-1-2

Summary:

  • Slash commands
  • Context menus
  • Application command permissions
  • Role icons