Skip to content

(macOS) Running a deletion

Connor Edwards edited this page Oct 16, 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 Discord and the client is not running.

    Otherwise, 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.