Skip to content

Releases: joyn-gg/discord.http

Version 1.3.18

09 Aug 13:41
5c2465c

Choose a tag to compare

  • Added VoiceState endpoints
  • Added more docs to few components

Version 1.3.17

24 Jul 14:45
c7e425e

Choose a tag to compare

  • Cooldown system implemented
  • Emojis on application endpoints added
  • Code cleanup
  • Access to current command through Context.command
  • New error CommandOnCooldown added
  • Support for Union[*Channel] added to have multiple channel selection

Version 1.3.16

25 Jun 13:30
ad4b276

Choose a tag to compare

This update simply makes it better to fetch all entitlements that a bot has using the same method of getting messages and voter users

Version 1.3.15

20 Jun 12:31
f5ed21a

Choose a tag to compare

  • Improved raw_interaction event to not be altered, rather make a copy of it
  • Added support for poll in messages
  • Added premium button support, with view.Premium as an alias
  • Added new permissions to the flag

Version 1.3.14

17 May 17:04
77e5e79

Choose a tag to compare

  • Add Automod Block error
  • Fix discord_http.View not working inside a discord_http.Message

Version 1.3.13

10 May 13:05
9fad290

Choose a tag to compare

  • Removed property value of is_X functions for consistency
  • Made discord_http.Loop have less confusing variable names that are public (to not conflict with inner variables)
  • Added Client.get_partial_sku()
  • Added Entitlements.consume() to support the new SKU and entitlements
  • Added the new enum values for Entitlement and SKU under enums.EntitlementType and enums.SKUType

Version 1.3.12

19 Apr 12:34
a58d226

Choose a tag to compare

  • Added ability to unload cogs
  • Added ability to unload extensions (which unloads all cogs within)
  • Added easier fucntion to Client to resync commands loaded
  • Removed unused code
  • Polished code

Version 1.3.11

08 Apr 12:13
018d5e4

Choose a tag to compare

  • Added error for when User gets used instead of Member to a command
  • Added new errors: InvalidMember and Ratelimited (User for ratelimit outside of Discord's standard response)
  • Added User.display_name that uses User.global_name if available, otherwise User.name

Version 1.3.10

28 Mar 09:04
73dbfca

Choose a tag to compare

  • Fix consistency of the create functions
  • Fix embed timestamp not working

Version 1.3.9

25 Mar 13:10
30a6d79

Choose a tag to compare

  • Added missing docstring text
  • Cleaned code overall to boost performance
  • Removed unused code
  • Improved Python types
  • Added ability to use Permissions for commands.bot_has_permission, commands.has_permission and commands.default_permissions
  • Improved error output to make more sense in some places
  • Fixed SubGroup not having user- and guild install kwarg, making it not sync well with subcommands