Releases: cedws/discord-delete
1.3.1
1.2.7
1.2.6
1.2.5
1.2.4
- Marginal speedups to deletions by reducing the number of 429 responses
- Added
--dry-run
/-d
for partial deletion - Changes to make us ready for the switchover to
discord.com
, with thanks to @kanouharu
You may need to update to this version in the near future. Discord are moving everything from discordapp.com
to discord.com
which will break previous versions.
1.2.3
1.2.2
1.2.1
1.1.5
This release mostly reverts the commits of the previous release.
Discord's API has reverted to the previous behaviour. They appear to have also alleviated their backend problems.
You will probably need to update to this release for message deletion to work properly once again.
1.1.4
This release has a fix for messages not being deleted due to an update in the Discord API.
As per the comments made in the code, the Discord API returns empty pages where messages have been deleted now. In the past, the Discord API immediately removed them and shifted other messages to the top. This is possibly related to their Cloudflare response caching.
There may still be problems deleting messages due to these API changes. Please report these under issue #21.