-
Notifications
You must be signed in to change notification settings - Fork 18
Running a deletion
Connor Edwards edited this page Aug 10, 2022
·
2 revisions
Running discord-delete
without any flags will practically try to delete all messages it can.
It is highly recommended to run discord-delete --help
for an up-to-date list of possible flags and arguments.
At the time of writing the following is the output from said command:
Usage:
discord-delete [flags]
Flags:
-d, --dry-run perform dry run without deleting anything
-h, --help help for partial
-a, --max-age-days uint maximum age in days of messages to delete
-i, --min-age-days uint minimum age in days of messages to delete
-s, --skip strings skip message deletion for specified channels/guilds
Global Flags:
-v, --verbose enable verbose logging
discord-delete --min-age-days 7
discord-delete --min-age-days 7 --max-age-days 14
discord-delete --min-age-days 365 --skip 1122334455
discord-delete --dry-run --min-age-days 7