victornpb / undiscord

Undiscord - Delete all messages in a Discord server / channel or DM (Easy and fast) Bulk delete
https://victornpb.github.io/undiscord
MIT License
5.36k stars 723 forks source link

Delete only if Regular Expression Matches #170

Closed SethFalco closed 1 year ago

SethFalco commented 3 years ago

Is your feature request related to a problem? Please describe. There are some occasions where it can be useful to delete some messages in bulk in a channel, but only if it matches a regular expression.

For example:

Describe the solution you'd like I think it'd be great if an additional field could be added called "Pattern".

The script can search for messages with the existing logic, but if "Pattern" is configured, then conditionally only delete messages if the pattern matches against the message contents, otherwise skips to the next.

victornpb commented 3 years ago

I like the idea