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
- Host: GitHub
- URL: https://github.com/ericswpark/discord_mass_delete_bot
- Owner: ericswpark
- Created: 2019-12-19T07:58:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T08:29:55.000Z (about 2 years ago)
- Last Synced: 2025-06-15T12:07:06.570Z (about 1 year ago)
- Topics: bot, discord, javascript, node
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.