Skip to content

Copy paste method

Victor edited this page May 6, 2022 · 3 revisions

TLDR: Watch this 40s video instructions

  1. Select and Copy this script: deleteDiscordMessages.js

  2. Open Discord in a browser (like Chrome, Safari or Firefox)
    and go to a #Channel or a DM conversation

  3. Open DevTools pressing:

    • Chrome (Windows, Linux, Chrome OS): F12 or Control+Shift+J
    • Firefox (Windows, Linux, Chrome OS): F12 or Control+Shift+K
    • Chrome (Mac): Command+Option+J
    • Safari (Mac): Command+Option+C
  4. Paste (Ctrl+V) the script in the "Console" tab, then press ENTER,

  5. Click the 🗑️ button that was added in the top right corner.

  6. Click on the blue buttons near Authorization, Author and Channel.
    (Optional: getting authToken, authorId, channelId and messageId manually)

  7. Click the Start button.

Screenshot