-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to delete from all DMs using data request files #44
Comments
Looks nice. The old Python implementation of this tool had a "full" delete mode which used data ZIPs to delete from all channels but I haven't reimplemented it yet. It's worth mentioning that the current "partial" mode does reopen DMs with friends and blocked users. So I would like to do this but no promises on when it will happen. |
Oh well, I wasn't actually emphasizing on the feature of your tool but rather asking you to mention my tool in your repo like I did here until you add this feature in your repo. Apologies for wording it wrong earlier. |
Oh sure. Send a PR and I will have a look. |
Done |
Reopening since the feature is still desirable to have. |
Does the Discord data packet include messages you've sent in server channels you no longer have access to, and if so does the API allow you to delete those messages using the ID in the data packet even if you don't have access to the channel they're under? |
Yes.
No. |
That sucks 😢 |
iirc, you can still get the server invite link using the server ID(provided that the server has widgets enabled) |
Interesting, can you show how? |
https://discord.com/developers/docs/resources/guild#get-guild-widget This will return a Guild widget object |
Hello!
I recently developed this tool, it is for opening all your discord DMs from your discord data folder. Our projects both together can be used for much easier message deletion automation as I have mentioned here
I would like you to mention my tool to your Github repo as this will help both the project and I have personally tried this method and it worked like a charm.
The text was updated successfully, but these errors were encountered: