It is not easy to manage Discord, especially messages. How do you delete multiple messages on Discord? If you are looking for methods to do this work, you come to the right place. In this post from MiniTool, you can know how to mass delete Discord messages with ease.

Discord is a free VoIP application and digital distribution platform. It is designed for users to communicate with each other by sending text, image, audio, and video in a chat channel.

Discord is a great app for you to communicate with your friends and create a tight-knit community, but it is not easy to manage your Discord server. One trouble is managing old messages.

On Discord, you may often use the text chat feature. As time goes, there may be thousands of messages. How do you delete multiple messages on Discord? Now, get the answer from the following part.

How to Mass Delete Discord Messages

On Discord, there are two types of text messages – direct messages and channel messages. Direct messages are private conversations between two users and channel messages are text chats that are shared in the entire group on a certain channel.

In this part, we will show you how to delete these two types of Discord messages.

Delete Discord Private Messages

How can you delete private messages on Discord? Follow these steps:

Step 1: Right-click the user you have communicated with and choose Message.

Step 2: In the Direct Message section on the left side, hover the mouse over the conversation and click the X icon to delete the conversation

If you just want to hide some direct message conversations, that's it. If you need to delete some channel messages, try the following methods.

Delete Channel Messages

Delete Discord Messages Manually

Step 1: Open the text channel that includes the message to delete.

Step 2: Hover over the message and you can see the three-dot icon. Click it and choose Delete.

Step 3: You get a window to confirm the deletion and just click Delete.

This is a good way to delete some problematic messages but it is not used to mass delete Discord messages. To remove large quantities of text messages, try one of the following ways.

Use MEE6 Bot

MEE6 is one of the popular bots and you can use it if you are looking for the answer to "how to mass delete messages on Discord".

The following is on how to make MEE6 delete messages:

Step 1: Login in Discord and navigate to the MEE6 website.

Step 2: Click Add to Discord and allow the bot to work on your server by clicking Authorize.

Step 3: Select a server to continue.

Step 4: MEE6 will ask for specific permissions to delete messages and you should click Authorize.

After installing MEE6, you can delete multiple messages on Discord by using some commands:

  1. To delete the previous 100 messages, use !clear @username.
  2. To delete the last 500 messages on the channel, use !clear 500. Also, you can change the number depending on how many messages you want to delete. The maximum is 1000.

Use AutoHotkey Script

In addition to MEE6, you can use AutoHotkey script to mass delete Discord private messages. How to delete multiple messages on Discord in this way? Here is what you should do:

Step 1: Download AutoHotkey Installer online and install it on your computer.

Step 2: Right-click the PC desktop and choose New > AutoHotkey Script to create a new script.

Step 3: Right-click the script and choose Edit Script.

Step 4: Delete all the text in the script, copy and paste the following text:

t::

Loop, 100000

{

send, {Up}

send, ^a

send, {BS}

send, {Enter}

send, {Enter}

sleep, 100

}

Return

Step 5: After saving the script, open Discord, and double-click the script.

Step 6: Open the chat to delete and press T on the keyboard. This will automatically start deleting the messages.

Bottom Line

How to mass delete Discord messages? After reading this post, you know some methods to delete multiple messages on Discord. Just have a try to perform the deletion task if you have a need.