Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 1.97 KB

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 1.97 KB

DiscordPurge

GitHub issues GitHub forks GitHub stars

Remove all of your messages from a given Discord guild (server) or a DM (direct message) channel.

Table of contents

Installation

You will need either npm or yarn. Once you have it installed you will need to do the following.

  1. Git clone the repository or download an archive.
  2. cd into the directory where you extracted it or cloned it.
  3. Depending on your package manager run npm install or yarn.
  4. Wait for the install and then run node index.js.
  5. Follow the on screen instructions.

How to get the token (Chrome):

  1. Log into your Discord account in the browser. https://discordapp.com/login
  2. Open the developer tools (press: Ctrl + Shift + I [on PCs] or Command + Shift + I [on Macs]).
  3. Open the Application tab.
  4. Select Local Storage from the left sidebar.
  5. Click on an entry containing 'discordapp.com'.
  6. Find the row that contains 'token' in the table on the right side.
  7. Your token is the value (without the double quotes!) on the right side of the table.

Bugs

We all have bugs in our software, this version was my old friend Nepeta, that left after some controvertial stuff, however, I now maintain her amazing work, so feel free to report all bugs to me, however, I am an university student so I do this in my free time.

Report your issues here.