Releases: lovvskillz/python-discord-webhook
Releases · lovvskillz/python-discord-webhook
0.16.2
2022-05-12 0.16.2
Fixes
- fix support for using a list of webhook URLs
0.16.1
2022-05-12 0.16.1
Fixes
- fix hex to int color conversion
0.16.0
2022-05-06 0.16.0
Features
- add async support
0.15.0
Features
- enable
rate_limit_retryin webhookedit()function - add optional kwargs to
editfunction to specify fields that will be added or override existing fields in the webhook edit request. e.g. attachments
0.14.0
Features
- add optional
rate_limit_retryto webhook.
The webhook will automatically be sent once the rate limit has been lifted
0.13.0
Features
- add
timeoutparam to webhooks
0.12.0
Features
- convert embed color to decimal if it's given as hex
- add
remove_embeds(),remove_files()functions in order to clearembedsandfilesproperties of webhook object - add optional
remove_embedsandremove_filesargs toexecute()in order to automatically clearembedsandfilesproperties - add
remove_file()function in order to remove a file infilesgiven by filename
Breaking Changes
- return webhook responses only as a list if multiple urls are given. Otherwise, just return the response object
0.11.0
- webhook responses are always returned as a list
Features
edit()anddelete()methods are now supporting multiple webhooks
Fixes
- fixed an issue where multiple webhook urls would throw an error after
.execute()has been called
0.10.0
- add
edit()anddelete()methods toDiscordWebhookclass
0.9.0
- add
allowed_mentionsproperty to webhooks. see Discord Docs