Releases: joyn-gg/discord.http
Releases · joyn-gg/discord.http
Version 1.3.18
- Added VoiceState endpoints
- Added more docs to few components
Version 1.3.17
- Cooldown system implemented
- Emojis on application endpoints added
- Code cleanup
- Access to current command through
Context.command - New error
CommandOnCooldownadded - Support for
Union[*Channel]added to have multiple channel selection
Version 1.3.16
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
- Improved
raw_interactionevent to not be altered, rather make a copy of it - Added support for poll in messages
- Added premium button support, with
view.Premiumas an alias - Added new permissions to the flag
Version 1.3.14
- Add Automod Block error
- Fix
discord_http.Viewnot working inside adiscord_http.Message
Version 1.3.13
- Removed property value of
is_Xfunctions for consistency - Made
discord_http.Loophave 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.EntitlementTypeandenums.SKUType
Version 1.3.12
- Added ability to unload cogs
- Added ability to unload extensions (which unloads all cogs within)
- Added easier fucntion to
Clientto resync commands loaded - Removed unused code
- Polished code
Version 1.3.11
- Added error for when
Usergets used instead ofMemberto a command - Added new errors:
InvalidMemberandRatelimited(User for ratelimit outside of Discord's standard response) - Added
User.display_namethat usesUser.global_nameif available, otherwiseUser.name
Version 1.3.10
- Fix consistency of the create functions
- Fix embed timestamp not working
Version 1.3.9
- Added missing docstring text
- Cleaned code overall to boost performance
- Removed unused code
- Improved Python types
- Added ability to use
Permissionsforcommands.bot_has_permission,commands.has_permissionandcommands.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