Simple Discord Bot for mass deleting messages.
NOTE: This repository is OLD! Code should still work however it has not been updated in over a year so do not expect amazing functionality.
- Make sure Node.JS is installed.
- Run
npm install
to install all necessary packages. - Insert your bot token into
token
in index.js. - Run
node .
to start the bot.