Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T02:32:42.000Z (about 2 years ago)
- Last Synced: 2024-10-11T10:12:54.945Z (3 months ago)
- Topics: delete, discord, discord-delete, discord-deleter, mass-delete, remove
- Language: JavaScript
- Homepage: https://rose.dev
- Size: 18.6 KB
- Stars: 8
- 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