Skip to content

5000+ Great Articles

Best Articles & Essays: Interesting Articles to Read Online

  • What Is Google Exposure Notifications for COVID Protection? Google Software/Tips
  • 10 Best Sites For Free Tattoo Designs And Fonts Cool Websites
  • How to Stop Autofill Passwords From Showing in Chrome How-To
  • Best calculator holder 2020

    Best calculator holder 2020. 1 - Numbered Classroom Pocket Chart Cell Phones and Calculators Holder Wall Door Hanging Organizer (30 Pockets) To

  • How To Hide Your WiFi & Stop Strangers Logging In How-To
  • How to Remove Contact From WhatsApp But Not From Phone How-To
  • How to Customize Google Homepage With Your Name and Picture How-To
  • How to Use iPhone Gadgets for Weather Forecasting and More iPhone

How To Delete Your DM History On Discord

Posted on October 5, 2020 By blog_786 No Comments on How To Delete Your DM History On Discord

When Discord was released, it changed the concept of instant messaging and group chats forever. In the decade before it was launched, you could have been using AOL Instant Messenger, MSN Messenger, or a newer version of Skype – two of which no longer exist, and the latter has been hit hard by the popularity of Discord.

Before Discord, we never knew what it was like to have a messaging service that permanently stores our conversation history in the cloud. To store current logs locally on AIM or MSN you will need some third party plugin. Skype now stores text logs in the cloud for just 30 days.

How To Delete Your DM History On Discord

For some, keeping your message history forever is great. For others, it’s a nightmare. In January 2017, Discord revealed how they can store billions of blog posts, and it looks like this policy won’t change anytime soon. Discord also does not offer users the option to bulk delete their DM history on Discord.

So what happens if you’ve sent thousands of private messages and decide you don’t want them to last forever? There are several solutions, but none of them are perfect.

Delete Discord DM record on discord using hotkeys

The most intuitive way to delete a Discord post is to

  1. hover over it to open the hamburger menu icon on the right.
  2. click the icon.
  3. select “Delete”.
  4. confirmation of deletion by pressing the “Delete” button.

How To Delete Your DM History On Discord

However, this requires constant use of the mouse, which significantly slows down the process. Therefore, you should know the sequence of keyboard commands that mimic this procedure.

Here’s a breakdown of the sequence:

  1. Log into the DM Discord.
  2. Press up once to select your last message.
  3. Click up again to activate the editor.
  4. Press Ctrl + A to select all the text in the field.
  5. Press Backspace to delete the text.
  6. Press Enter once to confirm your edit.
  7. Press Enter again to confirm the deletion at the prompt.

It seems like a long and tedious process, but in practice you get into a rhythm and it only takes a second to delete each message. This requires a lot less steady hand than constantly moving the cursor to different areas of the screen to press several different buttons.

Delete Discord DM record using AutoHotkey

Now that we have established that DM can be removed without using a mouse, this opens up the possibility of automating the process with a simple AutoHotkey script.

We’ve covered AutoHotkey in the past, such as in our Help Desk article on the five most useful AutoHotkey scripts, and the app is free to install and takes just a minute. However, this option is only available to Windows users as AutoHotkey does not currently work on macOS.

Ideally, you will need the following things from your AutoHotkey script:

  1. a toggle button to turn it on and off.
  2. Complete keyboard sequence with pauses between each step
  3. How to continuously download earlier messages

Here’s an example of a script I wrote:

F1 ::
Toggle: =! Toggle
loop {
if not Toggle
break
if WinExist (“ahk_exe discord.exe”)
WinActivate
SendInput {Up}
Sleep 100
SendInput { Up}
Sleep 100
SendInput ^ a
Sleep 100
SendInput {Backspace}
Sleep 100
SendInput {Enter}
Sleep 100
SendInput {Enter} < br> Sleep 100
SendInput {WheelUp}
Sleep 200
}
return

This script uses the F1 key as a toggle to enable or disable message deletion. For this to work, you must already be in the active DM window before enabling the script. The pauses (sleep mode) between each keystroke are designed to prevent machines with less processing power from outrunning themselves and missing a key. If you find that this scenario works but behaves strangely, try increasing the value of each sleep mode in increments of 50.

However, this script has a caveat: it will break when it receives a Discord call message. Here’s how they look:

How To Delete Your DM History On Discord

Once you reach one of these messages, you will not be able to press the Up key to select the previous messages before it. However, improvements can be made to the script to resolve this issue.

Deleting Discord DM History Using Bots

Delete Discord DM history using robots

Let us first be clear that we will not be providing instructions on how to use the Discord bot to delete your DM history, but we are advising readers that it is possible.

Over the past few years, Discord has gone from banning the use of self-bots to outright labeling it as a violation of the terms.

Thank you for your attention. We do not support the use of self-bots and we strongly recommend that users avoid using them.

– Discord (@discordapp) April 10, 2017

However, the use of bots puts your account at risk of termination, so we cannot offer to do so. However, many users report that using self-bots for purposes that are not public, destructive, or malicious has never resulted in a reprimand from Discord. Make your decision on your own.

Sambot is just a user account running on the Discord API token. Discord today requires bots to be tracked and tagged on the developer portal. Sambot bypasses this and gives the standard user account access to API requests, allowing them to automate a wide range of tasks. Deleting messages is one of them.

The Discord API currently supports a POST request that fires a Bulk Delete Gateway event, allowing bots to quickly delete all messages that are less than two weeks old. Old messages can be queued and deleted individually (with rate limiting).

Since Discord seems to be happy with our messages being kept forever, we must develop solutions to delete them in bulk and keep our privacy. All three of the above options are a bit cheesy, but this is the best we have until Discord comes up with a solution.

–

Share this:

  • Twitter
  • Facebook
Computer Tips

Post navigation

Previous Post: How To Download Photos & Videos In WhatsApp Status On Android
Next Post: 10 Best Surface Pen Apps for Windows

Related Posts

  • How To Upload Your Own Music To Spotify Albums Computer Tips
  • The Fastest & Easiest Ways To Get To Inbox Zero Computer Tips
  • How to Resize Large Pictures for Email in Windows 7/8/8.1 Computer Tips
  • How to Fix an IP Address Conflict Computer Tips
  • How to Download Facebook Photos & Videos Computer Tips
  • The 6 Best Slack Tips & Tricks Computer Tips

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • March 2021
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • July 2019
  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018

Categories

  • AI Tools & Guides
  • Amazon Web Services
  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Featured Posts
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • Help Desk
  • How-To
  • iOS
  • iPad
  • iPhone
  • islamic Books
  • Linux
  • Linux Tips
  • Mac OS X
  • macOS
  • MS Office Tips
  • Networking
  • Office Tips
  • OS X
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tools Review
  • Troubleshooting
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • Windows 7
  • Windows XP Tips
  • Wordpress
  • How to go Back to the old YouTube Layout (2013)
  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN – What’s the Difference?
  • How to go Back to the old YouTube Layout (2017)
DMCA.com Protection Status

Recent Posts

  • This Simple Trick Lets You Play YouTube in the Background on iOS
  • How to Bypass Chromecast DNS and Circumvent Geo Blocking
  • 5 Cool Websites to Find Good Movies and TV Shows on Netflix
  • SmartDNS vs VPN “What’s the Difference?”
  • How to go Back to the old YouTube Layout (2013)

Recent Comments

  1. A Simple Trick to Get 50% Discount on Audible for Three Months on Private Browsing: What is it and What it is not
  2. 6 Best PayPal Alternatives (2017) on How to Save Money While Shopping Online in India
  3. Automatically Transcribe YouTube Video/Audio with Google Docs on 5 Best Team Management Apps (For Small and Large Teams)
  4. 6 Things You Need Know About Email Encryption on Delete All Emails from Gmail With Once Click
  5. Looking For YouTube Alternative? Try These 7 Video Sharing Sites on Ten Best YouTube Video Editing Software 2023
  • Overview of Azure Virtual Machine Availability Sets Microsoft Azure
  • How to Add Network Folders to the Windows Search Index Windows 10
  • How To Make a Minecraft Server Gaming
  • Best ti 84 graphing calculator case 2020

    Best ti 84 graphing calculator case 2020. 1 - HESPLUS Compatible with Graphing Calculator Texas Instruments TI-84/83/Plus CE Hard EVA Shockproof Car

  • How do I force a link to open in a new tab? How-To
  • External Hard Drive Not Showing Up in Windows or OS X? Computer Tips
  • What To Do If You Are Locked Out Of Your Google Account Help Desk
  • Turn AirDrop On / Off – Apple iPhone iPhone

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Go to mobile version