Releases
v1.10.0
Updated dependencies
fix UncachedError on VOICE_STATE_UPDATE (#130 , 86a6a7c )
reorganize application methods (eccb626 )
Add iconURL to Application (eccb626 )
Fix permission issues in resolved private channels (948ee44 )
Fix editing member flags (3d861d2 )
Fix ws compression with pako without erlpack (#139 , 5ec94d7 )
Remove regex validation from convertImage (f701104 )
This caused the function to fail for large files
Guild member flags in memberUpdate
event (f558ad3 )
Add bulk banning (9b42887 )
User installed apps (a36e623 )
Add banner to cleint user edit method (9d619cc )
Breaking
Moved rest.applicationCommands
to rest.applications
Renamed deleteEntitlement
to deleteTestEntitlement
Return class in getSKUs
Fix exported Application
class being OAuthApplication
Removed many old JSONErrorCodes names
Removed aliases from rest.misc
createTestEntitlement
- use Applications#createTestEntitlement
deleteEntitlement
- use Applications#deleteTestEntitlement
getApplication
- use Applications#getCurrent
getClientApplication
- use Applications#getClient
getEntitlements
- use Applications#getEntitlements
getSKUs
- use Applications#getSKUs
Renamed JSONAutocompleteInteraction#channel
to channelID
Renamed ClientApplication#deleteEntitlement
to deleteTestEntitlement
Removed Interaction#isModelSubmitInteraction
- use isModalSubmitInteraction
Removed ModalInteractionResponse
type alias - use ModalSubmitInteractionResponse
You can’t perform that action at this time.