"[Updated] Uncluttering Chats  How to Erase Thousands of Discord Messages at Once for 2024"

"[Updated] Uncluttering Chats How to Erase Thousands of Discord Messages at Once for 2024"

Timothy Lv13

Uncluttering Chats: How to Erase Thousands of Discord Messages at Once

How To Delete Messages On Discord [2024 Updated]

author avatar

Richard Bennett

Mar 27, 2024• Proven solutions

Discord allows users to hold onto their message history forever, storing billions of messages in a blog post. And unlike other apps, Discord does not allow users to mass-delete their message history. For some, that can sound like a nightmare because of privacy and security reasons. You will have to wade through every message, deleting each of them, one by one.

However, if you find yourself in that position, fret not because there are several solutions to help you get around this limitation. Unfortunately, none of them are perfect.

Since there is no official method of mass deleting messages, these workarounds are shoddy, but until Discord offers an official solution, we’ll have to do with them.

If you’re looking to mass-delete your messages from a server or channel on Discord, here’s how you will go about it for the desktop and mobile versions:


Part 1: Understanding Discord Message Types

In Discord, you will see two types of messages: Direct Messages and Channel Messages in servers. Here are the differences between the two:

  • Direct Messages: These messages are private and held between two users
  • Channel Messages: These messages are sent in a channel or a specific group

Both of these message types abide by different rules and functions. In the early days of Discord, users had the luxury of deleting messages in bulk.

However, this was soon changed because the mass execution directly affected the app’s database. Since then, the application has adopted specific rules regarding message deletion.

filmora logo

A cross-platform for making videos anywhere for all creators

filmora-02

Why your video editing isn’t good enough? How about some creative inspo?

  • 100 Million+ Users
  • 150+ Countries and Regions
  • 4 Million+ Social Media Followers
  • 5 Million+ Stock Media for Use

Try It Free Try It Free

Try It Free

Try It Free

* Secure Download

filmora12

Part 2: How to Delete Direct Messages on Discord

If you use Discord on your desktop computer, this section will discuss the steps to follow to delete your direct messages.

However, keep in mind that Discord does not allow you to delete direct messages. If you don’t want to show messages from a particular friend, you can remove the chat copy, and it will disappear from the messages temporarily, although it will still be visible in the recipient’s chats. And if the friend contacts you again, the messages will show.

Remove Discord Direct Message Copy

You can delete the local copy of messages by following the steps below:

  1. Open the Discord program on your computer and go to the chat panel of the person whom you direct messaged;
  2. Tap on the ‘Message’ option on the left side, and then select the ‘Direct Message’ option on the top left side;
  3. Select the message that you want to delete and click the 3 dots to click on Delete Message, then the message you sent will be deleted at your end.

 delete Discord Message

The procedure for deleting DMs from your Discord smartphone application applies for both the Android and IOS application, and it is as follows:

  1. Open the Discord app on your smartphone
  2. Find the message that you want to delete
  3. Tap and hold the message. You will be presented with a list
  4. Tap ‘Delete’ on that list
  5. Confirm your decision by tapping ‘Delete’ once again
  6. The message will be deleted

Part 3: How to Delete Channel Messages in Discord?

This method has to be the most effective and easy way to delete a Discord message, and it’s a simple, straightforward procedure:

  1. Go to the message and glide over it to reveal the three-tier settings icon
  2. Click on it to show options, and then select Delete Message

To do this individually, you will need to use the mouse consistently, eating up a lot of time. If you wish to do it by keyboard, you can do so, provided you know the sequence for the keyboard commands for deletion.

Here is a more detailed breakdown of the sequence:

  1. Select the Chat panel that you want to delete
  2. Hover your cursor over the messages you wish to delete
  3. A three-dot icon will appear on the right side of the message
  4. Click on the icon, and a pop-menu will show
  5. On the pop-up menu, select ‘Delete’
  6. You will be prompted with a confirmation for deleting the message
  7. Tick the confirmation and tap the ‘Delete’ button
  8. Your message will be deleted

At first glance, it seems like a long and tedious process, but once you get down to doing it and develop a rhythm, it is an easy task.

Part 4: Deleting Message with Discord Clear Chat Bot

Please keep in mind that Discord has changed its policy regarding bots, going from discouraging their use to outright flagging them as a violation of its terms.

Using bots can put you at risk of termination from the app, so we would not advise you to adopt this method, and if you do, please tread with caution.

With that said, many users report that using self-bots does not significantly lead to any disciplinary action from Discord, given that the reason for use is not harmful or disruptive.

Discord requires that all bots are tracked through its ‘Develop Portal.’ Self-bots run on a Discord API token and can circumvent this rule, allowing them access to API requests hence automating many tasks, such as deleting messages.

The Discord API supports a POST request, letting bots swiftly discard messages less than fourteen days old. Messages that are older than this timeframe can be queued and discarded one-by-one.

One particular bot that is of interest to us is the MEE6. It is used to control moderation, set-up leveling, manage music, and much more, including mass-deleting messages on Discord.

We’ve outlined a few commands you can use to delete your chats. These are as follows:

  1. Go to the official MEE6 website and click on the button that says Add to Discord

delete messages on discord with mee6 bot

  1. You’ll be prompted to authorize so that MEE6 bot can access your username, and know what server you’re in.
  2. Pin-point the server you want to add the bot and then set up to connect MEE6 to the Discord server.

how to delete discord message with mee6 bot

  1. Click Authorize again and the bot will be added to your Discord server soon;
  2. To enable MEE6 to clear the chat, you should enable the Moderator plugin first. Click the Moderator option under Plugins first, and then click Yes.

remove discord message with mee 6

  1. Now go to the server in your Discord and type in “!clear @username” to remove every message sent by the user you’ve mentioned.

delete discord channel message with MEE6 Bot

To clear the last 100 messages on your server, type in “!clear 100”. You can replace 100 with any number of your choice. However, MEE6 can’t delete messages past 2 weeks.

Part 5: How to Clear All Chats and Delete All Messages In Discord?

In the section above, we talked about deleting messages without using the mouse. That leads us to the possibility of utilizing the ‘AutoHotkey’ script to automate the process.

Most developers have come up with codes that can delete Discord messages from your account on a mass scale. We’ll be expanding on one of the most popular instances of this: the AutoHotkey script.

Before you get started with this, you will need an ‘AutoHotkey installer.’ Continue the process by:

  1. Download and install the ‘AutoHotkey installer’ ;
  2. Head onto your desktop, right-click and click ‘New’ on the drop-down menu;
  3. Choose the ‘AutoHotkey script’ and right-click on this file and edit with ‘Notepad’
  4. Delete everything in the script and paste the following code

t::

Loop, 100000

{

send, {Up}

send, ^a

send, {BS}

send, {Enter}

send, {Enter}

sleep, 100

}

Return

  1. Save the file as any name that you wish to
  2. Once you’ve done that, launch Discord and double-click on the script file
  3. Open the chat data that you wish to delete and press T
  4. The script will now delete all the messages

To stop the script, click on the H icon located on the right side of your taskbar and select Pause Script.

This is the process by which you can use an ‘Autohotkey script’ to delete messages in bulk. Please note that this option is only available to Windows users as AutoHotkey does not currently work on macOS.

Ideally, you’ll want the following things from your AutoHotkey script:

  1. A toggle key for turning it on and off
  2. The complete keyboard sequence with stops between each step

Disclaimer: you can delete a message you sent, but there’s no saying if the other person took a screenshot before you got around to deleting it. Things on the internet tend to stick around. So, as a safe bet, it’s a good idea to take some time to consider what you wrote before pressing send to avoid any regrets.

You May Also Interested In

FAQs About Deleting Discord Messages

1. Can I Recover A Deleted Message on Discord?

Unfortunately, once a message is deleted, there is no way for Discord users to reaccess it.

2. Can I View Deleted Messages?

Unfortunately, there is no way to see deleted messages. Channel and server admins can see if a message was deleted, but they cannot see the deleted message’s contents.

3. How Can I Delete Other People’s Messages?

If you are an admin or an owner of a server, you can delete other people’s messages by following one of the methods mentioned above.

author avatar

Richard Bennett

Richard Bennett is a writer and a lover of all things video.

Follow @Richard Bennett

Richard Bennett

Mar 27, 2024• Proven solutions

Discord allows users to hold onto their message history forever, storing billions of messages in a blog post. And unlike other apps, Discord does not allow users to mass-delete their message history. For some, that can sound like a nightmare because of privacy and security reasons. You will have to wade through every message, deleting each of them, one by one.

However, if you find yourself in that position, fret not because there are several solutions to help you get around this limitation. Unfortunately, none of them are perfect.

Since there is no official method of mass deleting messages, these workarounds are shoddy, but until Discord offers an official solution, we’ll have to do with them.

If you’re looking to mass-delete your messages from a server or channel on Discord, here’s how you will go about it for the desktop and mobile versions:


Part 1: Understanding Discord Message Types

In Discord, you will see two types of messages: Direct Messages and Channel Messages in servers. Here are the differences between the two:

  • Direct Messages: These messages are private and held between two users
  • Channel Messages: These messages are sent in a channel or a specific group

Both of these message types abide by different rules and functions. In the early days of Discord, users had the luxury of deleting messages in bulk.

However, this was soon changed because the mass execution directly affected the app’s database. Since then, the application has adopted specific rules regarding message deletion.

filmora logo

A cross-platform for making videos anywhere for all creators

filmora-02

Why your video editing isn’t good enough? How about some creative inspo?

  • 100 Million+ Users
  • 150+ Countries and Regions
  • 4 Million+ Social Media Followers
  • 5 Million+ Stock Media for Use

Try It Free Try It Free

Try It Free

Try It Free

* Secure Download

filmora12

Part 2: How to Delete Direct Messages on Discord

If you use Discord on your desktop computer, this section will discuss the steps to follow to delete your direct messages.

However, keep in mind that Discord does not allow you to delete direct messages. If you don’t want to show messages from a particular friend, you can remove the chat copy, and it will disappear from the messages temporarily, although it will still be visible in the recipient’s chats. And if the friend contacts you again, the messages will show.

Remove Discord Direct Message Copy

You can delete the local copy of messages by following the steps below:

  1. Open the Discord program on your computer and go to the chat panel of the person whom you direct messaged;
  2. Tap on the ‘Message’ option on the left side, and then select the ‘Direct Message’ option on the top left side;
  3. Select the message that you want to delete and click the 3 dots to click on Delete Message, then the message you sent will be deleted at your end.

 delete Discord Message

The procedure for deleting DMs from your Discord smartphone application applies for both the Android and IOS application, and it is as follows:

  1. Open the Discord app on your smartphone
  2. Find the message that you want to delete
  3. Tap and hold the message. You will be presented with a list
  4. Tap ‘Delete’ on that list
  5. Confirm your decision by tapping ‘Delete’ once again
  6. The message will be deleted

Part 3: How to Delete Channel Messages in Discord?

This method has to be the most effective and easy way to delete a Discord message, and it’s a simple, straightforward procedure:

  1. Go to the message and glide over it to reveal the three-tier settings icon
  2. Click on it to show options, and then select Delete Message

To do this individually, you will need to use the mouse consistently, eating up a lot of time. If you wish to do it by keyboard, you can do so, provided you know the sequence for the keyboard commands for deletion.

Here is a more detailed breakdown of the sequence:

  1. Select the Chat panel that you want to delete
  2. Hover your cursor over the messages you wish to delete
  3. A three-dot icon will appear on the right side of the message
  4. Click on the icon, and a pop-menu will show
  5. On the pop-up menu, select ‘Delete’
  6. You will be prompted with a confirmation for deleting the message
  7. Tick the confirmation and tap the ‘Delete’ button
  8. Your message will be deleted

At first glance, it seems like a long and tedious process, but once you get down to doing it and develop a rhythm, it is an easy task.

Part 4: Deleting Message with Discord Clear Chat Bot

Please keep in mind that Discord has changed its policy regarding bots, going from discouraging their use to outright flagging them as a violation of its terms.

Using bots can put you at risk of termination from the app, so we would not advise you to adopt this method, and if you do, please tread with caution.

With that said, many users report that using self-bots does not significantly lead to any disciplinary action from Discord, given that the reason for use is not harmful or disruptive.

Discord requires that all bots are tracked through its ‘Develop Portal.’ Self-bots run on a Discord API token and can circumvent this rule, allowing them access to API requests hence automating many tasks, such as deleting messages.

The Discord API supports a POST request, letting bots swiftly discard messages less than fourteen days old. Messages that are older than this timeframe can be queued and discarded one-by-one.

One particular bot that is of interest to us is the MEE6. It is used to control moderation, set-up leveling, manage music, and much more, including mass-deleting messages on Discord.

We’ve outlined a few commands you can use to delete your chats. These are as follows:

  1. Go to the official MEE6 website and click on the button that says Add to Discord

delete messages on discord with mee6 bot

  1. You’ll be prompted to authorize so that MEE6 bot can access your username, and know what server you’re in.
  2. Pin-point the server you want to add the bot and then set up to connect MEE6 to the Discord server.

how to delete discord message with mee6 bot

  1. Click Authorize again and the bot will be added to your Discord server soon;
  2. To enable MEE6 to clear the chat, you should enable the Moderator plugin first. Click the Moderator option under Plugins first, and then click Yes.

remove discord message with mee 6

  1. Now go to the server in your Discord and type in “!clear @username” to remove every message sent by the user you’ve mentioned.

delete discord channel message with MEE6 Bot

To clear the last 100 messages on your server, type in “!clear 100”. You can replace 100 with any number of your choice. However, MEE6 can’t delete messages past 2 weeks.

Part 5: How to Clear All Chats and Delete All Messages In Discord?

In the section above, we talked about deleting messages without using the mouse. That leads us to the possibility of utilizing the ‘AutoHotkey’ script to automate the process.

Most developers have come up with codes that can delete Discord messages from your account on a mass scale. We’ll be expanding on one of the most popular instances of this: the AutoHotkey script.

Before you get started with this, you will need an ‘AutoHotkey installer.’ Continue the process by:

  1. Download and install the ‘AutoHotkey installer’ ;
  2. Head onto your desktop, right-click and click ‘New’ on the drop-down menu;
  3. Choose the ‘AutoHotkey script’ and right-click on this file and edit with ‘Notepad’
  4. Delete everything in the script and paste the following code

t::

Loop, 100000

{

send, {Up}

send, ^a

send, {BS}

send, {Enter}

send, {Enter}

sleep, 100

}

Return

  1. Save the file as any name that you wish to
  2. Once you’ve done that, launch Discord and double-click on the script file
  3. Open the chat data that you wish to delete and press T
  4. The script will now delete all the messages

To stop the script, click on the H icon located on the right side of your taskbar and select Pause Script.

This is the process by which you can use an ‘Autohotkey script’ to delete messages in bulk. Please note that this option is only available to Windows users as AutoHotkey does not currently work on macOS.

Ideally, you’ll want the following things from your AutoHotkey script:

  1. A toggle key for turning it on and off
  2. The complete keyboard sequence with stops between each step

Disclaimer: you can delete a message you sent, but there’s no saying if the other person took a screenshot before you got around to deleting it. Things on the internet tend to stick around. So, as a safe bet, it’s a good idea to take some time to consider what you wrote before pressing send to avoid any regrets.

You May Also Interested In

FAQs About Deleting Discord Messages

1. Can I Recover A Deleted Message on Discord?

Unfortunately, once a message is deleted, there is no way for Discord users to reaccess it.

2. Can I View Deleted Messages?

Unfortunately, there is no way to see deleted messages. Channel and server admins can see if a message was deleted, but they cannot see the deleted message’s contents.

3. How Can I Delete Other People’s Messages?

If you are an admin or an owner of a server, you can delete other people’s messages by following one of the methods mentioned above.

author avatar

Richard Bennett

Richard Bennett is a writer and a lover of all things video.

Follow @Richard Bennett

Richard Bennett

Mar 27, 2024• Proven solutions

Discord allows users to hold onto their message history forever, storing billions of messages in a blog post. And unlike other apps, Discord does not allow users to mass-delete their message history. For some, that can sound like a nightmare because of privacy and security reasons. You will have to wade through every message, deleting each of them, one by one.

However, if you find yourself in that position, fret not because there are several solutions to help you get around this limitation. Unfortunately, none of them are perfect.

Since there is no official method of mass deleting messages, these workarounds are shoddy, but until Discord offers an official solution, we’ll have to do with them.

If you’re looking to mass-delete your messages from a server or channel on Discord, here’s how you will go about it for the desktop and mobile versions:


Part 1: Understanding Discord Message Types

In Discord, you will see two types of messages: Direct Messages and Channel Messages in servers. Here are the differences between the two:

  • Direct Messages: These messages are private and held between two users
  • Channel Messages: These messages are sent in a channel or a specific group

Both of these message types abide by different rules and functions. In the early days of Discord, users had the luxury of deleting messages in bulk.

However, this was soon changed because the mass execution directly affected the app’s database. Since then, the application has adopted specific rules regarding message deletion.

filmora logo

A cross-platform for making videos anywhere for all creators

filmora-02

Why your video editing isn’t good enough? How about some creative inspo?

  • 100 Million+ Users
  • 150+ Countries and Regions
  • 4 Million+ Social Media Followers
  • 5 Million+ Stock Media for Use

Try It Free Try It Free

Try It Free

Try It Free

* Secure Download

filmora12

Part 2: How to Delete Direct Messages on Discord

If you use Discord on your desktop computer, this section will discuss the steps to follow to delete your direct messages.

However, keep in mind that Discord does not allow you to delete direct messages. If you don’t want to show messages from a particular friend, you can remove the chat copy, and it will disappear from the messages temporarily, although it will still be visible in the recipient’s chats. And if the friend contacts you again, the messages will show.

Remove Discord Direct Message Copy

You can delete the local copy of messages by following the steps below:

  1. Open the Discord program on your computer and go to the chat panel of the person whom you direct messaged;
  2. Tap on the ‘Message’ option on the left side, and then select the ‘Direct Message’ option on the top left side;
  3. Select the message that you want to delete and click the 3 dots to click on Delete Message, then the message you sent will be deleted at your end.

 delete Discord Message

The procedure for deleting DMs from your Discord smartphone application applies for both the Android and IOS application, and it is as follows:

  1. Open the Discord app on your smartphone
  2. Find the message that you want to delete
  3. Tap and hold the message. You will be presented with a list
  4. Tap ‘Delete’ on that list
  5. Confirm your decision by tapping ‘Delete’ once again
  6. The message will be deleted

Part 3: How to Delete Channel Messages in Discord?

This method has to be the most effective and easy way to delete a Discord message, and it’s a simple, straightforward procedure:

  1. Go to the message and glide over it to reveal the three-tier settings icon
  2. Click on it to show options, and then select Delete Message

To do this individually, you will need to use the mouse consistently, eating up a lot of time. If you wish to do it by keyboard, you can do so, provided you know the sequence for the keyboard commands for deletion.

Here is a more detailed breakdown of the sequence:

  1. Select the Chat panel that you want to delete
  2. Hover your cursor over the messages you wish to delete
  3. A three-dot icon will appear on the right side of the message
  4. Click on the icon, and a pop-menu will show
  5. On the pop-up menu, select ‘Delete’
  6. You will be prompted with a confirmation for deleting the message
  7. Tick the confirmation and tap the ‘Delete’ button
  8. Your message will be deleted

At first glance, it seems like a long and tedious process, but once you get down to doing it and develop a rhythm, it is an easy task.

Part 4: Deleting Message with Discord Clear Chat Bot

Please keep in mind that Discord has changed its policy regarding bots, going from discouraging their use to outright flagging them as a violation of its terms.

Using bots can put you at risk of termination from the app, so we would not advise you to adopt this method, and if you do, please tread with caution.

With that said, many users report that using self-bots does not significantly lead to any disciplinary action from Discord, given that the reason for use is not harmful or disruptive.

Discord requires that all bots are tracked through its ‘Develop Portal.’ Self-bots run on a Discord API token and can circumvent this rule, allowing them access to API requests hence automating many tasks, such as deleting messages.

The Discord API supports a POST request, letting bots swiftly discard messages less than fourteen days old. Messages that are older than this timeframe can be queued and discarded one-by-one.

One particular bot that is of interest to us is the MEE6. It is used to control moderation, set-up leveling, manage music, and much more, including mass-deleting messages on Discord.

We’ve outlined a few commands you can use to delete your chats. These are as follows:

  1. Go to the official MEE6 website and click on the button that says Add to Discord

delete messages on discord with mee6 bot

  1. You’ll be prompted to authorize so that MEE6 bot can access your username, and know what server you’re in.
  2. Pin-point the server you want to add the bot and then set up to connect MEE6 to the Discord server.

how to delete discord message with mee6 bot

  1. Click Authorize again and the bot will be added to your Discord server soon;
  2. To enable MEE6 to clear the chat, you should enable the Moderator plugin first. Click the Moderator option under Plugins first, and then click Yes.

remove discord message with mee 6

  1. Now go to the server in your Discord and type in “!clear @username” to remove every message sent by the user you’ve mentioned.

delete discord channel message with MEE6 Bot

To clear the last 100 messages on your server, type in “!clear 100”. You can replace 100 with any number of your choice. However, MEE6 can’t delete messages past 2 weeks.

Part 5: How to Clear All Chats and Delete All Messages In Discord?

In the section above, we talked about deleting messages without using the mouse. That leads us to the possibility of utilizing the ‘AutoHotkey’ script to automate the process.

Most developers have come up with codes that can delete Discord messages from your account on a mass scale. We’ll be expanding on one of the most popular instances of this: the AutoHotkey script.

Before you get started with this, you will need an ‘AutoHotkey installer.’ Continue the process by:

  1. Download and install the ‘AutoHotkey installer’ ;
  2. Head onto your desktop, right-click and click ‘New’ on the drop-down menu;
  3. Choose the ‘AutoHotkey script’ and right-click on this file and edit with ‘Notepad’
  4. Delete everything in the script and paste the following code

t::

Loop, 100000

{

send, {Up}

send, ^a

send, {BS}

send, {Enter}

send, {Enter}

sleep, 100

}

Return

  1. Save the file as any name that you wish to
  2. Once you’ve done that, launch Discord and double-click on the script file
  3. Open the chat data that you wish to delete and press T
  4. The script will now delete all the messages

To stop the script, click on the H icon located on the right side of your taskbar and select Pause Script.

This is the process by which you can use an ‘Autohotkey script’ to delete messages in bulk. Please note that this option is only available to Windows users as AutoHotkey does not currently work on macOS.

Ideally, you’ll want the following things from your AutoHotkey script:

  1. A toggle key for turning it on and off
  2. The complete keyboard sequence with stops between each step

Disclaimer: you can delete a message you sent, but there’s no saying if the other person took a screenshot before you got around to deleting it. Things on the internet tend to stick around. So, as a safe bet, it’s a good idea to take some time to consider what you wrote before pressing send to avoid any regrets.

You May Also Interested In

FAQs About Deleting Discord Messages

1. Can I Recover A Deleted Message on Discord?

Unfortunately, once a message is deleted, there is no way for Discord users to reaccess it.

2. Can I View Deleted Messages?

Unfortunately, there is no way to see deleted messages. Channel and server admins can see if a message was deleted, but they cannot see the deleted message’s contents.

3. How Can I Delete Other People’s Messages?

If you are an admin or an owner of a server, you can delete other people’s messages by following one of the methods mentioned above.

author avatar

Richard Bennett

Richard Bennett is a writer and a lover of all things video.

Follow @Richard Bennett

Richard Bennett

Mar 27, 2024• Proven solutions

Discord allows users to hold onto their message history forever, storing billions of messages in a blog post. And unlike other apps, Discord does not allow users to mass-delete their message history. For some, that can sound like a nightmare because of privacy and security reasons. You will have to wade through every message, deleting each of them, one by one.

However, if you find yourself in that position, fret not because there are several solutions to help you get around this limitation. Unfortunately, none of them are perfect.

Since there is no official method of mass deleting messages, these workarounds are shoddy, but until Discord offers an official solution, we’ll have to do with them.

If you’re looking to mass-delete your messages from a server or channel on Discord, here’s how you will go about it for the desktop and mobile versions:


Part 1: Understanding Discord Message Types

In Discord, you will see two types of messages: Direct Messages and Channel Messages in servers. Here are the differences between the two:

  • Direct Messages: These messages are private and held between two users
  • Channel Messages: These messages are sent in a channel or a specific group

Both of these message types abide by different rules and functions. In the early days of Discord, users had the luxury of deleting messages in bulk.

However, this was soon changed because the mass execution directly affected the app’s database. Since then, the application has adopted specific rules regarding message deletion.

filmora logo

A cross-platform for making videos anywhere for all creators

filmora-02

Why your video editing isn’t good enough? How about some creative inspo?

  • 100 Million+ Users
  • 150+ Countries and Regions
  • 4 Million+ Social Media Followers
  • 5 Million+ Stock Media for Use

Try It Free Try It Free

Try It Free

Try It Free

* Secure Download

filmora12

Part 2: How to Delete Direct Messages on Discord

If you use Discord on your desktop computer, this section will discuss the steps to follow to delete your direct messages.

However, keep in mind that Discord does not allow you to delete direct messages. If you don’t want to show messages from a particular friend, you can remove the chat copy, and it will disappear from the messages temporarily, although it will still be visible in the recipient’s chats. And if the friend contacts you again, the messages will show.

Remove Discord Direct Message Copy

You can delete the local copy of messages by following the steps below:

  1. Open the Discord program on your computer and go to the chat panel of the person whom you direct messaged;
  2. Tap on the ‘Message’ option on the left side, and then select the ‘Direct Message’ option on the top left side;
  3. Select the message that you want to delete and click the 3 dots to click on Delete Message, then the message you sent will be deleted at your end.

 delete Discord Message

The procedure for deleting DMs from your Discord smartphone application applies for both the Android and IOS application, and it is as follows:

  1. Open the Discord app on your smartphone
  2. Find the message that you want to delete
  3. Tap and hold the message. You will be presented with a list
  4. Tap ‘Delete’ on that list
  5. Confirm your decision by tapping ‘Delete’ once again
  6. The message will be deleted

Part 3: How to Delete Channel Messages in Discord?

This method has to be the most effective and easy way to delete a Discord message, and it’s a simple, straightforward procedure:

  1. Go to the message and glide over it to reveal the three-tier settings icon
  2. Click on it to show options, and then select Delete Message

To do this individually, you will need to use the mouse consistently, eating up a lot of time. If you wish to do it by keyboard, you can do so, provided you know the sequence for the keyboard commands for deletion.

Here is a more detailed breakdown of the sequence:

  1. Select the Chat panel that you want to delete
  2. Hover your cursor over the messages you wish to delete
  3. A three-dot icon will appear on the right side of the message
  4. Click on the icon, and a pop-menu will show
  5. On the pop-up menu, select ‘Delete’
  6. You will be prompted with a confirmation for deleting the message
  7. Tick the confirmation and tap the ‘Delete’ button
  8. Your message will be deleted

At first glance, it seems like a long and tedious process, but once you get down to doing it and develop a rhythm, it is an easy task.

Part 4: Deleting Message with Discord Clear Chat Bot

Please keep in mind that Discord has changed its policy regarding bots, going from discouraging their use to outright flagging them as a violation of its terms.

Using bots can put you at risk of termination from the app, so we would not advise you to adopt this method, and if you do, please tread with caution.

With that said, many users report that using self-bots does not significantly lead to any disciplinary action from Discord, given that the reason for use is not harmful or disruptive.

Discord requires that all bots are tracked through its ‘Develop Portal.’ Self-bots run on a Discord API token and can circumvent this rule, allowing them access to API requests hence automating many tasks, such as deleting messages.

The Discord API supports a POST request, letting bots swiftly discard messages less than fourteen days old. Messages that are older than this timeframe can be queued and discarded one-by-one.

One particular bot that is of interest to us is the MEE6. It is used to control moderation, set-up leveling, manage music, and much more, including mass-deleting messages on Discord.

We’ve outlined a few commands you can use to delete your chats. These are as follows:

  1. Go to the official MEE6 website and click on the button that says Add to Discord

delete messages on discord with mee6 bot

  1. You’ll be prompted to authorize so that MEE6 bot can access your username, and know what server you’re in.
  2. Pin-point the server you want to add the bot and then set up to connect MEE6 to the Discord server.

how to delete discord message with mee6 bot

  1. Click Authorize again and the bot will be added to your Discord server soon;
  2. To enable MEE6 to clear the chat, you should enable the Moderator plugin first. Click the Moderator option under Plugins first, and then click Yes.

remove discord message with mee 6

  1. Now go to the server in your Discord and type in “!clear @username” to remove every message sent by the user you’ve mentioned.

delete discord channel message with MEE6 Bot

To clear the last 100 messages on your server, type in “!clear 100”. You can replace 100 with any number of your choice. However, MEE6 can’t delete messages past 2 weeks.

Part 5: How to Clear All Chats and Delete All Messages In Discord?

In the section above, we talked about deleting messages without using the mouse. That leads us to the possibility of utilizing the ‘AutoHotkey’ script to automate the process.

Most developers have come up with codes that can delete Discord messages from your account on a mass scale. We’ll be expanding on one of the most popular instances of this: the AutoHotkey script.

Before you get started with this, you will need an ‘AutoHotkey installer.’ Continue the process by:

  1. Download and install the ‘AutoHotkey installer’ ;
  2. Head onto your desktop, right-click and click ‘New’ on the drop-down menu;
  3. Choose the ‘AutoHotkey script’ and right-click on this file and edit with ‘Notepad’
  4. Delete everything in the script and paste the following code

t::

Loop, 100000

{

send, {Up}

send, ^a

send, {BS}

send, {Enter}

send, {Enter}

sleep, 100

}

Return

  1. Save the file as any name that you wish to
  2. Once you’ve done that, launch Discord and double-click on the script file
  3. Open the chat data that you wish to delete and press T
  4. The script will now delete all the messages

To stop the script, click on the H icon located on the right side of your taskbar and select Pause Script.

This is the process by which you can use an ‘Autohotkey script’ to delete messages in bulk. Please note that this option is only available to Windows users as AutoHotkey does not currently work on macOS.

Ideally, you’ll want the following things from your AutoHotkey script:

  1. A toggle key for turning it on and off
  2. The complete keyboard sequence with stops between each step

Disclaimer: you can delete a message you sent, but there’s no saying if the other person took a screenshot before you got around to deleting it. Things on the internet tend to stick around. So, as a safe bet, it’s a good idea to take some time to consider what you wrote before pressing send to avoid any regrets.

You May Also Interested In

FAQs About Deleting Discord Messages

1. Can I Recover A Deleted Message on Discord?

Unfortunately, once a message is deleted, there is no way for Discord users to reaccess it.

2. Can I View Deleted Messages?

Unfortunately, there is no way to see deleted messages. Channel and server admins can see if a message was deleted, but they cannot see the deleted message’s contents.

3. How Can I Delete Other People’s Messages?

If you are an admin or an owner of a server, you can delete other people’s messages by following one of the methods mentioned above.

author avatar

Richard Bennett

Richard Bennett is a writer and a lover of all things video.

Follow @Richard Bennett

Unlocking the Potential of Live Broadcasting on Discord

Discord is a great communication tool that also offers live streaming services. You can use this platform to engage and connect to your audience by conducting a live session. Through its “Voice Chat” feature, you can directly interact with your audience in a comfortable environment. If you are unaware of how to go live on Discord, this article can help you.

For your assistance, this article will instantly address how to live stream on Discord. Let’s dig into the details.

  1. Create your Discord Server
  2. Create your Discord Channel

Part 1: What is Discord?

Discord is a popular platform created to offer a better communication experience between game players. The major reason for the massive recognition of Discord is its ability to generate servers instantly. Game players and other users can instantly create voice or text servers for enhanced communication.

Discord provides excellent flexibility to users by providing high-quality audio services with no background noise. Even if your friends are in different parts of the world, you can chat with them smoothly. You can create private and public servers in Discord to communicate with people having similar interests.

discord interface

Along with using Discord Voice and Text chat features, you can live stream your gameplays. The live streaming on Discord won’t be a public show, as it will only be confined to your selected server. Through this, you can ask your friends for assistance while playing games. Moreover, Discord is also capable of capturing other screens. Hence, it’s a great platform for professionals, game lovers, and other individuals to communicate efficiently.

Part 2: Prerequisites for Stream on Discord

Many social media platforms put restrictions on users for live streaming. Some platforms require you to have a specific number of followers in order to conduct live streaming. However, in Discord, you don’t have to worry about such restrictions. By creating a server and channel on Discord, you can easily go for live streaming. Check the below prerequisites for performing a live stream on Discord:

1. Create your Discord Server

Step1 Open your Discord and hit the “Plus” icon given on the left side. It will open a small menu where you can select a template to start or create your own server.

select the server template

Step2 If you want to create your server, click “Create My Own.” Now select the type of server you want to create. Once done, create the server name and click the “Create” button.

choose the type of server

2. Create your Discord Channel

Step1 To create a Discord channel, open any of your servers from the left side. Now tap on the “Plus” icon adjacent to “Voice Channels.”

tap on the plus icon

Step2 You can either create a “Text” channel or a “Voice” channel. After choosing the channel type, create a channel name. You can also enable the “Private Channel” option to create a private channel. Once done, click on the “Create Channel” button.

adjust the channel settings

Part 3: How to Stream Videos on Discord

Once you have created a server and channel, you can begin your live streaming. Discord provides you with an option through which you can stream your videos instantly. To know the process, check the below steps:

Step1 Open Discord and navigate to your desired server. Now proceed to your voice channel and click on the “Share Your Screen” button given below.

tap on share icon

Step2 Select the screen you want to stream in the “Applications” tab. From the new menu, you can adjust the stream quality, such as resolution and frame rate. After adjusting the live streaming settings, click on the “Go Live” button.

press the go live button

Part 4: How to Stream your Webcam on Discord

Do you want to give a tutorial session through your webcam? Through live webcam streaming, you can demonstrate a particular product while giving facial expressions. Using Discord, you can stream your webcam with a single click.

Step1 Once you have opened a server on Discord, go to your Voice channel. From there, tap on the “Camera” icon above your username.

choose the webcam option

Step2 It will open a new screen through which you can start an activity or share your screen. Moreover, you can also invite others to join your webcam streaming. Once done with your activities, click on the “Red” button to disconnect.

webcam live streaming activated

Part 5: How to Change the Shared Screen on Discord

Do you want to change a shared screen on Discord? If you want to open a presentation, web browser, or any other application, Discord can easily change the shared screen. Through this facility, you can quickly shift between multiple screens without hassle.

Step1 If you are live streaming your shared screen, you can instantly change windows on Discord. For this, click on the “Gear” icon on your live streaming screen to open settings.

tap on gear icon

Step2 From the settings menu, click on “Change Windows.” Now select the screen that you want to change. After choosing the required screen, hit on the “Go Live” button.

select change windows option

Part 6: How to Stream Discord on my Mobile Phone?

Discord has the same operating systems on Android and iOS devices. That’s why the steps to stream on Discord on both these devices are the same.

Step1 Open Discord on your mobile and select the desired server. Now choose the voice channel through which you want to live stream Discord.

access your voice channel

Step2 Now tap “Join Voice” to initiate live streaming. Here, you can turn on your camera and share the screen. You can also mute your voice from the given options. Once done with live streaming, tap on the “Red” button.

access your voice channel

Part 7: FAQs about the live stream on Discord

1. How many people can watch my Discord live simultaneously?

During the pandemic, up to 50 people were able to join live streaming on Discord. Normally, 25 people can watch live streaming on Discord simultaneously.

2. How to add the game types on Discord?

Open Discord and navigate to the “User Settings” given at the bottom of the screen. Select the “Game Activity” section and activate the option “Display currently running game as a status message.” Now click on the “Add it” button and choose the type of games you want to play. Once done, Discord would be able to detect the type of game automatically.

3. How to share a video on Discord?

On your computer, launch Discord and go to your desired channel. On the chat box space, click on the “Plus” icon. Now browse the video from your system that you want to share. Click on the “Open” button and select the “Upload” option. By doing so, you can easily share videos.

For mobile users, go to your Discord app and choose the preferred channel. On the left side of the typing area, you can see the “Image” icon. Tap on this option and choose the video you want to share from your phone. Now hit the “Arrow” button to send the selected video.

Bonus Tip: Easily Record and Edit your Stream with Filmora

To save and edit your live stream sessions, we will highly recommend you the screen recorder of Wondershare Filmora . Through this screen recorder, you can capture your live-streaming session on Discord in the best possible quality.

Using this screen recorder, you can capture your desired area during live streaming. Once you capture your live-streaming session, you can edit it on this platform. Using the editing tool of Filmora, you can cut, crop, resize, and modify your screen recording efficiently.

filmora screen recorder settings

Conclusion

Have you ever streamed on Discord before? Discord is a great communication platform that provides advanced features. With its vast flexibility, you can create private servers and channels. This article can guide you to learn how to go live on Discord. We have also suggested Wondershare Filmora, which can help you to screen record and edit your live streaming sessions on Discord.

Free Download For Win 7 or later(64-bit)

Free Download For macOS 10.14 or later

Part 1: What is Discord?

Discord is a popular platform created to offer a better communication experience between game players. The major reason for the massive recognition of Discord is its ability to generate servers instantly. Game players and other users can instantly create voice or text servers for enhanced communication.

Discord provides excellent flexibility to users by providing high-quality audio services with no background noise. Even if your friends are in different parts of the world, you can chat with them smoothly. You can create private and public servers in Discord to communicate with people having similar interests.

discord interface

Along with using Discord Voice and Text chat features, you can live stream your gameplays. The live streaming on Discord won’t be a public show, as it will only be confined to your selected server. Through this, you can ask your friends for assistance while playing games. Moreover, Discord is also capable of capturing other screens. Hence, it’s a great platform for professionals, game lovers, and other individuals to communicate efficiently.

Part 2: Prerequisites for Stream on Discord

Many social media platforms put restrictions on users for live streaming. Some platforms require you to have a specific number of followers in order to conduct live streaming. However, in Discord, you don’t have to worry about such restrictions. By creating a server and channel on Discord, you can easily go for live streaming. Check the below prerequisites for performing a live stream on Discord:

1. Create your Discord Server

Step1 Open your Discord and hit the “Plus” icon given on the left side. It will open a small menu where you can select a template to start or create your own server.

select the server template

Step2 If you want to create your server, click “Create My Own.” Now select the type of server you want to create. Once done, create the server name and click the “Create” button.

choose the type of server

2. Create your Discord Channel

Step1 To create a Discord channel, open any of your servers from the left side. Now tap on the “Plus” icon adjacent to “Voice Channels.”

tap on the plus icon

Step2 You can either create a “Text” channel or a “Voice” channel. After choosing the channel type, create a channel name. You can also enable the “Private Channel” option to create a private channel. Once done, click on the “Create Channel” button.

adjust the channel settings

Part 3: How to Stream Videos on Discord

Once you have created a server and channel, you can begin your live streaming. Discord provides you with an option through which you can stream your videos instantly. To know the process, check the below steps:

Step1 Open Discord and navigate to your desired server. Now proceed to your voice channel and click on the “Share Your Screen” button given below.

tap on share icon

Step2 Select the screen you want to stream in the “Applications” tab. From the new menu, you can adjust the stream quality, such as resolution and frame rate. After adjusting the live streaming settings, click on the “Go Live” button.

press the go live button

Part 4: How to Stream your Webcam on Discord

Do you want to give a tutorial session through your webcam? Through live webcam streaming, you can demonstrate a particular product while giving facial expressions. Using Discord, you can stream your webcam with a single click.

Step1 Once you have opened a server on Discord, go to your Voice channel. From there, tap on the “Camera” icon above your username.

choose the webcam option

Step2 It will open a new screen through which you can start an activity or share your screen. Moreover, you can also invite others to join your webcam streaming. Once done with your activities, click on the “Red” button to disconnect.

webcam live streaming activated

Part 5: How to Change the Shared Screen on Discord

Do you want to change a shared screen on Discord? If you want to open a presentation, web browser, or any other application, Discord can easily change the shared screen. Through this facility, you can quickly shift between multiple screens without hassle.

Step1 If you are live streaming your shared screen, you can instantly change windows on Discord. For this, click on the “Gear” icon on your live streaming screen to open settings.

tap on gear icon

Step2 From the settings menu, click on “Change Windows.” Now select the screen that you want to change. After choosing the required screen, hit on the “Go Live” button.

select change windows option

Part 6: How to Stream Discord on my Mobile Phone?

Discord has the same operating systems on Android and iOS devices. That’s why the steps to stream on Discord on both these devices are the same.

Step1 Open Discord on your mobile and select the desired server. Now choose the voice channel through which you want to live stream Discord.

access your voice channel

Step2 Now tap “Join Voice” to initiate live streaming. Here, you can turn on your camera and share the screen. You can also mute your voice from the given options. Once done with live streaming, tap on the “Red” button.

access your voice channel

Part 7: FAQs about the live stream on Discord

1. How many people can watch my Discord live simultaneously?

During the pandemic, up to 50 people were able to join live streaming on Discord. Normally, 25 people can watch live streaming on Discord simultaneously.

2. How to add the game types on Discord?

Open Discord and navigate to the “User Settings” given at the bottom of the screen. Select the “Game Activity” section and activate the option “Display currently running game as a status message.” Now click on the “Add it” button and choose the type of games you want to play. Once done, Discord would be able to detect the type of game automatically.

3. How to share a video on Discord?

On your computer, launch Discord and go to your desired channel. On the chat box space, click on the “Plus” icon. Now browse the video from your system that you want to share. Click on the “Open” button and select the “Upload” option. By doing so, you can easily share videos.

For mobile users, go to your Discord app and choose the preferred channel. On the left side of the typing area, you can see the “Image” icon. Tap on this option and choose the video you want to share from your phone. Now hit the “Arrow” button to send the selected video.

Bonus Tip: Easily Record and Edit your Stream with Filmora

To save and edit your live stream sessions, we will highly recommend you the screen recorder of Wondershare Filmora . Through this screen recorder, you can capture your live-streaming session on Discord in the best possible quality.

Using this screen recorder, you can capture your desired area during live streaming. Once you capture your live-streaming session, you can edit it on this platform. Using the editing tool of Filmora, you can cut, crop, resize, and modify your screen recording efficiently.

filmora screen recorder settings

Conclusion

Have you ever streamed on Discord before? Discord is a great communication platform that provides advanced features. With its vast flexibility, you can create private servers and channels. This article can guide you to learn how to go live on Discord. We have also suggested Wondershare Filmora, which can help you to screen record and edit your live streaming sessions on Discord.

Free Download For Win 7 or later(64-bit)

Free Download For macOS 10.14 or later

Also read:

  • Title: "[Updated] Uncluttering Chats How to Erase Thousands of Discord Messages at Once for 2024"
  • Author: Timothy
  • Created at : 2024-05-23 22:48:29
  • Updated at : 2024-05-24 22:48:29
  • Link: https://discord-videos.techidaily.com/updated-uncluttering-chats-how-to-erase-thousands-of-discord-messages-at-once-for-2024/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
"[Updated] Uncluttering Chats How to Erase Thousands of Discord Messages at Once for 2024"