Releases: lovvskillz/python-discord-webhook
Releases · lovvskillz/python-discord-webhook
1.4.1
1.4.0
2025-03-04 1.4.0
🎉 Features
set_timestamp()accepts also a string- add support for
flags
🩹 Fixes
- CLI requires one webhook url
- fix editing and deleting messages with a
thread_id
1.3.1
2024-01-31 1.3.1
🩹 Fixes
- fix typing for allowed_mentions
1.3.0
2023-08-14 1.3.0
🎉 Features
- add support for threads
- set
thread_idorthread_nameas kwargs inAsyncDiscordWebhookandDiscordWebhook
- set
1.2.1
2023-07-29 1.2.1
🩹 Fixes
timeoutkeyword has accidentally setttsas well
1.2.0
2023-07-24 1.2.0
🎉 Features
set_timestamp()accepts also a datetime object- set timestamp as ISO 8601
🩹 Fixes
- fix rate limit retry
1.1.0
2023-02-15 1.1.0
🛠 Breaking Changes
- removed
remove_filesas an optional parameter in.execute().
.filesare automatically cleared so that the files aren't uploaded twice when editing a webhook.
🩹 Fixes
- fix removing embeds and files when editing a webhook
1.0.0
2022-11-18 1.0.0
🎉 Features
execute()stores the webhook ID in the.idpropertyDiscordWebhook.create_batch()creates multiple instances
🛠 Breaking Changes
DiscordWebhookandAsyncDiscordWebhookurlparameter only excepts one url asstredit()excepts no parametersdelete()excepts no parameters
DiscordEmbed- rename
del_embed_field()todelete_embed_field()
- rename
0.17.0
2022-08-23 0.17.0
Breaking Changes
ColourNotInRangeExceptionwas renamed toColorNotInRangeException
Fixes
- fix async file attachments
0.16.3
2022-05-14 0.16.3
Fixes
- only check if color is in range if color was set