Skip to content

(macOS) Running a deletion

Connor Edwards edited this page Aug 10, 2022 · 2 revisions

Here's how to run a deletion on macOS:

  • Download the latest release for macOS (darwin)

  • In a terminal, run:

    • ./discord-delete-darwin

    If that doesn't work, make sure you are signed into the Discord Client. The tool will not be able to automatically fetch your authentication token if you are not signed in.

    As a last resort, you may need to instead find your authentication token and run these commands:

    • DISCORD_TOKEN=[YOUR TOKEN HERE] ./discord-delete-darwin

Remember, you can pass -v to enable verbose output to get a better idea of what's going on.

If you don't want messages to be deleted, pass -d to run in dry run mode.