An open API service indexing awesome lists of open source software.

https://github.com/ericswpark/discord_mass_delete_bot

Discord Mass Deletion Bot
https://github.com/ericswpark/discord_mass_delete_bot

bot discord javascript node

Last synced: about 2 months ago
JSON representation

Discord Mass Deletion Bot

Awesome Lists containing this project

README

          

# Discord Mass Delete Bot

Bot to delete messages in given channel

## Usage

- Obtain a bot API key and a client ID key
- Go to the following URL to add to your server (change the `YOUR-CLIENT-ID-HERE` part): https://discordapp.com/oauth2/authorize?&client_id=YOUR-CLIENT-ID-HERE&scope=bot&permissions=8
- Put your bot API key in the `auth.json` file in the following format:

```
{
"token": "YOUR-BOT-API-KEY-HERE"
}
```

- Install dependencies and start the app:

```
npm install
npm start
```

- Tell the bot to nuke everything with `!deleteall` and watch the messages disappear! The typing indicator comes on to show that the bot is working.
- If the bot is done the typing indicator for the bot should go away.