https://github.com/gen3vra/deletediscordmessages
Mass delete discord messages easily from DMs or channels.
https://github.com/gen3vra/deletediscordmessages
delete discord discord-delete discord-deleter mass-delete remove
Last synced: about 1 year ago
JSON representation
Mass delete discord messages easily from DMs or channels.
- Host: GitHub
- URL: https://github.com/gen3vra/deletediscordmessages
- Owner: gen3vra
- Created: 2022-03-06T23:49:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T02:32:42.000Z (over 3 years ago)
- Last Synced: 2025-03-17T04:43:30.327Z (about 1 year ago)
- Topics: delete, discord, discord-delete, discord-deleter, mass-delete, remove
- Language: JavaScript
- Homepage: https://rose.dev
- Size: 18.6 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deletediscordmessages
Fork of dead https://github.com/victornpb/deleteDiscordMessages repository with fixes
## What?
You can mass delete Discord messages with this. Use the tampermonkey extension for your browser and install this script.
## Usage
Click the trash can on your preferred channel and then click start. If you want to only delete before a certain message, you need the message's ID. You can copy the message ID from a discord message by enabling developer mode and right clicking.
### Changes Include
- Adjust delete speed to overall be more consistent with deleting
- Adjust backoff delays
- Added offset code to handle 'system' messages including calls and notices properly
- Fixed bug where attempting to resume deleting a previously started channel would error
- Added automatic value grabbing of user values for faster user experience upon window open (you can still manually get any channel)
- And more that I forgot since this was a couple years ago