Skip to content

How To Blog

how to

  • How to Remove Bloatware from Chinese Phones without Root How-To
  • How To Preserve & Extend Your Device’s Battery Life How-To
  • How To Download TikTok Videos in 2020 Computer Tips
  • Easily Change Your GRUB 2 Splash Image In Ubuntu 12.04 How-To
  • 4 Sites To Play Cards Against Humanity Online technology
  • How to open MHT file and what it is? Help Desk
  • 10 Things to Check Before Publishing a YouTube Video
  • How to Connect and Map PS4 Controller to Android TV? How-To

How To Delete Your DM History On Discord

Posted on October 5, 2020 By 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.

–

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 Reset BIOS to Default Settings Computer Tips
  • The 6 Best Slack Tips & Tricks Computer Tips
  • How To Upload A Video To YouTube – Step by Step Guide Computer Tips
  • How To Create Video Subtitles Quickly For Free Computer Tips
  • How to Connect Xbox 360 to Windows PC Computer Tips
  • Has Your Windows Taskbar Disappeared? Computer Tips

Leave a Reply Cancel reply

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

  • Apple Watch
  • Computer Tips
  • Cool Websites
  • Free Software Downloads
  • Gadgets
  • Gaming
  • General Software
  • Google Software/Tips
  • Hardware
  • How-To
  • iOS
  • iPad
  • iPhone
  • Linux Tips
  • macOS
  • MS Office Tips
  • Networking
  • Product Reviews
  • Reviews
  • Safari
  • Smart Home
  • Smartphones
  • Software Reviews
  • technology
  • text
  • Tutorials
  • Uncategorized
  • Urdu Books PDF
  • Web Site Tips
  • Windows
  • Windows 10
  • February 2023
  • January 2023
  • December 2022
  • 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
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • 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

2021 Amazon Android ) Apple apps Best browser change Chrome Closing words Concluding remarks Delete Download Enable Error Facebook Find Free) From Google Keyboard Mac make Mobile Music Netflix ( online Packaging phone? Photos Reset Network Settings sites Switch Tips turn using Video Videos Watch Websites What With Working? your YouTube

  • How To Fix Procrastination With 7 Simple Apps Software Reviews
  • MacOS Spotlight: 20 Tips & Tricks to Get the Most Out Of It OS X
  • How to View the Size of User Mailboxes in Exchange 2007 How-To
  • Is it Dangerous to Tether to a Cellphone for Internet Access? Computer Tips
  • How to change Windows 10 Login Screen How-To
  • The Best Legal Sites of 2011 for Online Marriage Cool Websites
  • How to Separate First and Last Names in Excel MS Office Tips
  • 8 Easy Raspberry Pi Projects For Beginners Networking

Copyright © 2023 How To Blog.

Powered by PressBook News WordPress theme

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}
Go to mobile version