"Cutting Through Conversations Clutter  Techniques for Deleting Discord Chats in Batches for 2024"

"Cutting Through Conversations Clutter Techniques for Deleting Discord Chats in Batches for 2024"

Timothy Lv13

Cutting Through Conversations Clutter: Techniques for Deleting Discord Chats in Batches

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

Optimizing Your Online Presence: Sending Visual Media in Discord

How to Send Videos on Discord

author avatar

Richard Bennett

Mar 27, 2024• Proven solutions

The whole point of Discord is to bring together communities of like-minded people to talk, share ideas and have fun together. And this isn’t just limited to chatting but sometimes you’re going to want to share content, including videos.

So, whether it’s a compilation of your best gaming moments that you’ve carefully edited together, a home movie that you want to share with friends, or just a funny clip that someone’s sent you that you want to pass on, here we’ll take you through how to send videos on Discord both on PC and mobile, and the likely issues you might face.

Part 1: How to Send Videos on Discord PC

It’s actually pretty simple to send videos on Discord when using a PC, providing they aren’t too large a file size.

Firstly, you just need to navigate to the channel or private message where you want to send the video. Just find the right option on the list of servers you’re a member of, or head to your message inbox to find the user you want to send it to privately.

Once you’re in the right place, click on the plus (+) icon that you’ll find to the left of the chatbox at the bottom of the screen where you’d normally type your message.

You’ll then just need to find the file on your computer, and double click on it. It’ll then bring up a pop-up for the video where you can add a comment, which will sit above the video (ideal if you need to give context on why you’re sharing it). You can also mark it as a spoiler – useful if you’re sharing a gaming tip but you don’t want to spoil the story for anyone who’s not reached that point yet.

upload videos to discord

From there, it’s as simple as clicking the upload button. Once it’s ready, the video will be in the chat window for anyone in the server to watch, or for your friend if you’ve sent it privately. And if they want to download it, they’ll just need to click the download button (a downward-facing arrow) at the top right of the video.

how to upload videos to discord

It’s worth noting that, while Discord will play most video formats, it can’t manage everything. If you upload a format that Discord isn’t compatible with, then it won’t show a video player – instead, the file will just be uploaded. Other people can still download it to watch on their own devices.

Also, there’s a strict file limit of 8MB. This isn’t huge at all – while there’s no definitive file size for video (as it depends on file type, resolution, compression, etc) it’s unlikely to be more than 60 seconds of footage, and could just be a few seconds. If the video you want to upload is more than 8MB, carry on reading below to find out how.

Part 2: How to Send Videos on Discord Mobile

The process to send video on Discord Mobile is pretty similar both with iOS and Android, but with just a few minor tweaks.

Firstly, you still need to navigate to either the server or inbox where you want to share the video. You can then click the ‘Photo Selector’ button directly to the left of the chatbox.

This will open your phone’s gallery, but it’ll only be searching for photos. You instead want the File Selector, which will be the third icon along – it looks like a text document with a folded-over corner.

Click this and it’ll give you the option to directly upload a video from your phone’s Downloads folder. To send a video that’s stored elsewhere, click on the Expand arrow at the top left of the menu. This will send you to your phone’s file navigation system where you can find the video you want.

Once you’ve selected the video, just hit the blue Send icon to send your video to the chat. Again you can add a message as a caption, but this time it’ll just be in the normal message box rather than a dedicated comment box before you hit upload.

Part 3: How to Send Long Videos on Discord That Are More Than 8MB

So as we’ve said above, there is a file size limit when you’re using a free Discord account of just 8MB, which isn’t much at all. There are a few ways around this, so take your pick from the one that sounds best for you.

1. Update to Discord Nitro to Upload 100MB

The first option is possibly the simplest but it’s definitely not the cheapest, and that’s to pay for an upgrade to Discord Nitro. The paid version of Discord has a number of benefits, one of which is the increased file upload size of 100MB. It costs $4.99 per month or $49.99 per year, so if you’re likely to be regularly uploading videos that are lower than this limit, it might make sense.

2. Cut Unwanted Clips/Compress Video with Filmora Video Editor

The second choice would be to take your video and cut it into pieces, sending them one at a time. This might sound time-consuming but with Filmora’s Instant Cutter Tool, it’s really simple.

All you need to do is open a video in Filmora by clicking the arrow next to Import and then choosing ‘Import with Instant Cutter Tool’.

This will open the Instant Cutter window where you can click Open File to add your video. From here you can trim your files and export them in multiple sections. There are different ways that you can do this, and while each is a simple process, there are still a few steps to follow.

Download Filmora Win Version Download Filmora Mac Version

For more detail, check out this post for a step-by-step guide on the different ways you can trim a video in Filmora.

You can also try to compress your video size, which may let you keep the whole video at the expense of some of the quality. Again, using Filmora, this is easy. But also again, there are different ways to go about it.

You could literally crop the video in order to trim some of the data, as the reduced viewing screen won’t be as big a file. You can also reduce the resolution, or convert your video to a format that uses fewer data. You’ll need to test it though, as converting to some video formats might result in blurry footage.

There are advanced settings you can tinker with too, such as lowering the frame rate or the bit rate. Again, rather than go through all of those options in an epic article here, it’s easier to head to a post dedicated to these steps about compress videos with Filmora .

3. Upload to YouTube/Vimeo/Google Drive/Dropbox

The final option is to upload your video to an online player or storage site, and link to it, rather than having Discord host the file. YouTube and Vimeo are the obvious options, but Streamable is another popular choice too with a free membership. YouTube’s maximum video uploads are 128GB, which is huge, while other sites like Streamable cap free accounts to 500MB per video.

So, if you want to upload massive files, you’ll need to decide whether to choose YouTube or pay for an upgraded membership elsewhere. Wherever you host your video, once it’s online just grab the link and paste it into Discord to share your content.

The only drawback to this option is that it stops other users from being able to download the video directly, and you may need to look at a file sharing alternative such as Dropbox if you want to send the actual file.

FAQs About Uploading Videos to Discord

Which Kind of Video Formats Can I Upload to Discord?

You can send any filetype to another user on Discord, so that they can download it and watch it on their own device. But if you want to upload a video so that Discord embeds it, and makes it playable within the chat, you’re limited to only mp4 and WebM filetypes.

You can also use MOV files, but not everyone will be able to play them, and FLAC files are supported on desktop only but not on mobile.

How Can I Upload Saved Videos to Discord?

If you find a video on Discord that you want to share on a different server or in a private DM, you can use the download icon to save it locally. Then, follow the steps above to upload the video to the server or DM chat window where you want to share it.

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

The whole point of Discord is to bring together communities of like-minded people to talk, share ideas and have fun together. And this isn’t just limited to chatting but sometimes you’re going to want to share content, including videos.

So, whether it’s a compilation of your best gaming moments that you’ve carefully edited together, a home movie that you want to share with friends, or just a funny clip that someone’s sent you that you want to pass on, here we’ll take you through how to send videos on Discord both on PC and mobile, and the likely issues you might face.

Part 1: How to Send Videos on Discord PC

It’s actually pretty simple to send videos on Discord when using a PC, providing they aren’t too large a file size.

Firstly, you just need to navigate to the channel or private message where you want to send the video. Just find the right option on the list of servers you’re a member of, or head to your message inbox to find the user you want to send it to privately.

Once you’re in the right place, click on the plus (+) icon that you’ll find to the left of the chatbox at the bottom of the screen where you’d normally type your message.

You’ll then just need to find the file on your computer, and double click on it. It’ll then bring up a pop-up for the video where you can add a comment, which will sit above the video (ideal if you need to give context on why you’re sharing it). You can also mark it as a spoiler – useful if you’re sharing a gaming tip but you don’t want to spoil the story for anyone who’s not reached that point yet.

upload videos to discord

From there, it’s as simple as clicking the upload button. Once it’s ready, the video will be in the chat window for anyone in the server to watch, or for your friend if you’ve sent it privately. And if they want to download it, they’ll just need to click the download button (a downward-facing arrow) at the top right of the video.

how to upload videos to discord

It’s worth noting that, while Discord will play most video formats, it can’t manage everything. If you upload a format that Discord isn’t compatible with, then it won’t show a video player – instead, the file will just be uploaded. Other people can still download it to watch on their own devices.

Also, there’s a strict file limit of 8MB. This isn’t huge at all – while there’s no definitive file size for video (as it depends on file type, resolution, compression, etc) it’s unlikely to be more than 60 seconds of footage, and could just be a few seconds. If the video you want to upload is more than 8MB, carry on reading below to find out how.

Part 2: How to Send Videos on Discord Mobile

The process to send video on Discord Mobile is pretty similar both with iOS and Android, but with just a few minor tweaks.

Firstly, you still need to navigate to either the server or inbox where you want to share the video. You can then click the ‘Photo Selector’ button directly to the left of the chatbox.

This will open your phone’s gallery, but it’ll only be searching for photos. You instead want the File Selector, which will be the third icon along – it looks like a text document with a folded-over corner.

Click this and it’ll give you the option to directly upload a video from your phone’s Downloads folder. To send a video that’s stored elsewhere, click on the Expand arrow at the top left of the menu. This will send you to your phone’s file navigation system where you can find the video you want.

Once you’ve selected the video, just hit the blue Send icon to send your video to the chat. Again you can add a message as a caption, but this time it’ll just be in the normal message box rather than a dedicated comment box before you hit upload.

Part 3: How to Send Long Videos on Discord That Are More Than 8MB

So as we’ve said above, there is a file size limit when you’re using a free Discord account of just 8MB, which isn’t much at all. There are a few ways around this, so take your pick from the one that sounds best for you.

1. Update to Discord Nitro to Upload 100MB

The first option is possibly the simplest but it’s definitely not the cheapest, and that’s to pay for an upgrade to Discord Nitro. The paid version of Discord has a number of benefits, one of which is the increased file upload size of 100MB. It costs $4.99 per month or $49.99 per year, so if you’re likely to be regularly uploading videos that are lower than this limit, it might make sense.

2. Cut Unwanted Clips/Compress Video with Filmora Video Editor

The second choice would be to take your video and cut it into pieces, sending them one at a time. This might sound time-consuming but with Filmora’s Instant Cutter Tool, it’s really simple.

All you need to do is open a video in Filmora by clicking the arrow next to Import and then choosing ‘Import with Instant Cutter Tool’.

This will open the Instant Cutter window where you can click Open File to add your video. From here you can trim your files and export them in multiple sections. There are different ways that you can do this, and while each is a simple process, there are still a few steps to follow.

Download Filmora Win Version Download Filmora Mac Version

For more detail, check out this post for a step-by-step guide on the different ways you can trim a video in Filmora.

You can also try to compress your video size, which may let you keep the whole video at the expense of some of the quality. Again, using Filmora, this is easy. But also again, there are different ways to go about it.

You could literally crop the video in order to trim some of the data, as the reduced viewing screen won’t be as big a file. You can also reduce the resolution, or convert your video to a format that uses fewer data. You’ll need to test it though, as converting to some video formats might result in blurry footage.

There are advanced settings you can tinker with too, such as lowering the frame rate or the bit rate. Again, rather than go through all of those options in an epic article here, it’s easier to head to a post dedicated to these steps about compress videos with Filmora .

3. Upload to YouTube/Vimeo/Google Drive/Dropbox

The final option is to upload your video to an online player or storage site, and link to it, rather than having Discord host the file. YouTube and Vimeo are the obvious options, but Streamable is another popular choice too with a free membership. YouTube’s maximum video uploads are 128GB, which is huge, while other sites like Streamable cap free accounts to 500MB per video.

So, if you want to upload massive files, you’ll need to decide whether to choose YouTube or pay for an upgraded membership elsewhere. Wherever you host your video, once it’s online just grab the link and paste it into Discord to share your content.

The only drawback to this option is that it stops other users from being able to download the video directly, and you may need to look at a file sharing alternative such as Dropbox if you want to send the actual file.

FAQs About Uploading Videos to Discord

Which Kind of Video Formats Can I Upload to Discord?

You can send any filetype to another user on Discord, so that they can download it and watch it on their own device. But if you want to upload a video so that Discord embeds it, and makes it playable within the chat, you’re limited to only mp4 and WebM filetypes.

You can also use MOV files, but not everyone will be able to play them, and FLAC files are supported on desktop only but not on mobile.

How Can I Upload Saved Videos to Discord?

If you find a video on Discord that you want to share on a different server or in a private DM, you can use the download icon to save it locally. Then, follow the steps above to upload the video to the server or DM chat window where you want to share it.

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

The whole point of Discord is to bring together communities of like-minded people to talk, share ideas and have fun together. And this isn’t just limited to chatting but sometimes you’re going to want to share content, including videos.

So, whether it’s a compilation of your best gaming moments that you’ve carefully edited together, a home movie that you want to share with friends, or just a funny clip that someone’s sent you that you want to pass on, here we’ll take you through how to send videos on Discord both on PC and mobile, and the likely issues you might face.

Part 1: How to Send Videos on Discord PC

It’s actually pretty simple to send videos on Discord when using a PC, providing they aren’t too large a file size.

Firstly, you just need to navigate to the channel or private message where you want to send the video. Just find the right option on the list of servers you’re a member of, or head to your message inbox to find the user you want to send it to privately.

Once you’re in the right place, click on the plus (+) icon that you’ll find to the left of the chatbox at the bottom of the screen where you’d normally type your message.

You’ll then just need to find the file on your computer, and double click on it. It’ll then bring up a pop-up for the video where you can add a comment, which will sit above the video (ideal if you need to give context on why you’re sharing it). You can also mark it as a spoiler – useful if you’re sharing a gaming tip but you don’t want to spoil the story for anyone who’s not reached that point yet.

upload videos to discord

From there, it’s as simple as clicking the upload button. Once it’s ready, the video will be in the chat window for anyone in the server to watch, or for your friend if you’ve sent it privately. And if they want to download it, they’ll just need to click the download button (a downward-facing arrow) at the top right of the video.

how to upload videos to discord

It’s worth noting that, while Discord will play most video formats, it can’t manage everything. If you upload a format that Discord isn’t compatible with, then it won’t show a video player – instead, the file will just be uploaded. Other people can still download it to watch on their own devices.

Also, there’s a strict file limit of 8MB. This isn’t huge at all – while there’s no definitive file size for video (as it depends on file type, resolution, compression, etc) it’s unlikely to be more than 60 seconds of footage, and could just be a few seconds. If the video you want to upload is more than 8MB, carry on reading below to find out how.

Part 2: How to Send Videos on Discord Mobile

The process to send video on Discord Mobile is pretty similar both with iOS and Android, but with just a few minor tweaks.

Firstly, you still need to navigate to either the server or inbox where you want to share the video. You can then click the ‘Photo Selector’ button directly to the left of the chatbox.

This will open your phone’s gallery, but it’ll only be searching for photos. You instead want the File Selector, which will be the third icon along – it looks like a text document with a folded-over corner.

Click this and it’ll give you the option to directly upload a video from your phone’s Downloads folder. To send a video that’s stored elsewhere, click on the Expand arrow at the top left of the menu. This will send you to your phone’s file navigation system where you can find the video you want.

Once you’ve selected the video, just hit the blue Send icon to send your video to the chat. Again you can add a message as a caption, but this time it’ll just be in the normal message box rather than a dedicated comment box before you hit upload.

Part 3: How to Send Long Videos on Discord That Are More Than 8MB

So as we’ve said above, there is a file size limit when you’re using a free Discord account of just 8MB, which isn’t much at all. There are a few ways around this, so take your pick from the one that sounds best for you.

1. Update to Discord Nitro to Upload 100MB

The first option is possibly the simplest but it’s definitely not the cheapest, and that’s to pay for an upgrade to Discord Nitro. The paid version of Discord has a number of benefits, one of which is the increased file upload size of 100MB. It costs $4.99 per month or $49.99 per year, so if you’re likely to be regularly uploading videos that are lower than this limit, it might make sense.

2. Cut Unwanted Clips/Compress Video with Filmora Video Editor

The second choice would be to take your video and cut it into pieces, sending them one at a time. This might sound time-consuming but with Filmora’s Instant Cutter Tool, it’s really simple.

All you need to do is open a video in Filmora by clicking the arrow next to Import and then choosing ‘Import with Instant Cutter Tool’.

This will open the Instant Cutter window where you can click Open File to add your video. From here you can trim your files and export them in multiple sections. There are different ways that you can do this, and while each is a simple process, there are still a few steps to follow.

Download Filmora Win Version Download Filmora Mac Version

For more detail, check out this post for a step-by-step guide on the different ways you can trim a video in Filmora.

You can also try to compress your video size, which may let you keep the whole video at the expense of some of the quality. Again, using Filmora, this is easy. But also again, there are different ways to go about it.

You could literally crop the video in order to trim some of the data, as the reduced viewing screen won’t be as big a file. You can also reduce the resolution, or convert your video to a format that uses fewer data. You’ll need to test it though, as converting to some video formats might result in blurry footage.

There are advanced settings you can tinker with too, such as lowering the frame rate or the bit rate. Again, rather than go through all of those options in an epic article here, it’s easier to head to a post dedicated to these steps about compress videos with Filmora .

3. Upload to YouTube/Vimeo/Google Drive/Dropbox

The final option is to upload your video to an online player or storage site, and link to it, rather than having Discord host the file. YouTube and Vimeo are the obvious options, but Streamable is another popular choice too with a free membership. YouTube’s maximum video uploads are 128GB, which is huge, while other sites like Streamable cap free accounts to 500MB per video.

So, if you want to upload massive files, you’ll need to decide whether to choose YouTube or pay for an upgraded membership elsewhere. Wherever you host your video, once it’s online just grab the link and paste it into Discord to share your content.

The only drawback to this option is that it stops other users from being able to download the video directly, and you may need to look at a file sharing alternative such as Dropbox if you want to send the actual file.

FAQs About Uploading Videos to Discord

Which Kind of Video Formats Can I Upload to Discord?

You can send any filetype to another user on Discord, so that they can download it and watch it on their own device. But if you want to upload a video so that Discord embeds it, and makes it playable within the chat, you’re limited to only mp4 and WebM filetypes.

You can also use MOV files, but not everyone will be able to play them, and FLAC files are supported on desktop only but not on mobile.

How Can I Upload Saved Videos to Discord?

If you find a video on Discord that you want to share on a different server or in a private DM, you can use the download icon to save it locally. Then, follow the steps above to upload the video to the server or DM chat window where you want to share it.

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

The whole point of Discord is to bring together communities of like-minded people to talk, share ideas and have fun together. And this isn’t just limited to chatting but sometimes you’re going to want to share content, including videos.

So, whether it’s a compilation of your best gaming moments that you’ve carefully edited together, a home movie that you want to share with friends, or just a funny clip that someone’s sent you that you want to pass on, here we’ll take you through how to send videos on Discord both on PC and mobile, and the likely issues you might face.

Part 1: How to Send Videos on Discord PC

It’s actually pretty simple to send videos on Discord when using a PC, providing they aren’t too large a file size.

Firstly, you just need to navigate to the channel or private message where you want to send the video. Just find the right option on the list of servers you’re a member of, or head to your message inbox to find the user you want to send it to privately.

Once you’re in the right place, click on the plus (+) icon that you’ll find to the left of the chatbox at the bottom of the screen where you’d normally type your message.

You’ll then just need to find the file on your computer, and double click on it. It’ll then bring up a pop-up for the video where you can add a comment, which will sit above the video (ideal if you need to give context on why you’re sharing it). You can also mark it as a spoiler – useful if you’re sharing a gaming tip but you don’t want to spoil the story for anyone who’s not reached that point yet.

upload videos to discord

From there, it’s as simple as clicking the upload button. Once it’s ready, the video will be in the chat window for anyone in the server to watch, or for your friend if you’ve sent it privately. And if they want to download it, they’ll just need to click the download button (a downward-facing arrow) at the top right of the video.

how to upload videos to discord

It’s worth noting that, while Discord will play most video formats, it can’t manage everything. If you upload a format that Discord isn’t compatible with, then it won’t show a video player – instead, the file will just be uploaded. Other people can still download it to watch on their own devices.

Also, there’s a strict file limit of 8MB. This isn’t huge at all – while there’s no definitive file size for video (as it depends on file type, resolution, compression, etc) it’s unlikely to be more than 60 seconds of footage, and could just be a few seconds. If the video you want to upload is more than 8MB, carry on reading below to find out how.

Part 2: How to Send Videos on Discord Mobile

The process to send video on Discord Mobile is pretty similar both with iOS and Android, but with just a few minor tweaks.

Firstly, you still need to navigate to either the server or inbox where you want to share the video. You can then click the ‘Photo Selector’ button directly to the left of the chatbox.

This will open your phone’s gallery, but it’ll only be searching for photos. You instead want the File Selector, which will be the third icon along – it looks like a text document with a folded-over corner.

Click this and it’ll give you the option to directly upload a video from your phone’s Downloads folder. To send a video that’s stored elsewhere, click on the Expand arrow at the top left of the menu. This will send you to your phone’s file navigation system where you can find the video you want.

Once you’ve selected the video, just hit the blue Send icon to send your video to the chat. Again you can add a message as a caption, but this time it’ll just be in the normal message box rather than a dedicated comment box before you hit upload.

Part 3: How to Send Long Videos on Discord That Are More Than 8MB

So as we’ve said above, there is a file size limit when you’re using a free Discord account of just 8MB, which isn’t much at all. There are a few ways around this, so take your pick from the one that sounds best for you.

1. Update to Discord Nitro to Upload 100MB

The first option is possibly the simplest but it’s definitely not the cheapest, and that’s to pay for an upgrade to Discord Nitro. The paid version of Discord has a number of benefits, one of which is the increased file upload size of 100MB. It costs $4.99 per month or $49.99 per year, so if you’re likely to be regularly uploading videos that are lower than this limit, it might make sense.

2. Cut Unwanted Clips/Compress Video with Filmora Video Editor

The second choice would be to take your video and cut it into pieces, sending them one at a time. This might sound time-consuming but with Filmora’s Instant Cutter Tool, it’s really simple.

All you need to do is open a video in Filmora by clicking the arrow next to Import and then choosing ‘Import with Instant Cutter Tool’.

This will open the Instant Cutter window where you can click Open File to add your video. From here you can trim your files and export them in multiple sections. There are different ways that you can do this, and while each is a simple process, there are still a few steps to follow.

Download Filmora Win Version Download Filmora Mac Version

For more detail, check out this post for a step-by-step guide on the different ways you can trim a video in Filmora.

You can also try to compress your video size, which may let you keep the whole video at the expense of some of the quality. Again, using Filmora, this is easy. But also again, there are different ways to go about it.

You could literally crop the video in order to trim some of the data, as the reduced viewing screen won’t be as big a file. You can also reduce the resolution, or convert your video to a format that uses fewer data. You’ll need to test it though, as converting to some video formats might result in blurry footage.

There are advanced settings you can tinker with too, such as lowering the frame rate or the bit rate. Again, rather than go through all of those options in an epic article here, it’s easier to head to a post dedicated to these steps about compress videos with Filmora .

3. Upload to YouTube/Vimeo/Google Drive/Dropbox

The final option is to upload your video to an online player or storage site, and link to it, rather than having Discord host the file. YouTube and Vimeo are the obvious options, but Streamable is another popular choice too with a free membership. YouTube’s maximum video uploads are 128GB, which is huge, while other sites like Streamable cap free accounts to 500MB per video.

So, if you want to upload massive files, you’ll need to decide whether to choose YouTube or pay for an upgraded membership elsewhere. Wherever you host your video, once it’s online just grab the link and paste it into Discord to share your content.

The only drawback to this option is that it stops other users from being able to download the video directly, and you may need to look at a file sharing alternative such as Dropbox if you want to send the actual file.

FAQs About Uploading Videos to Discord

Which Kind of Video Formats Can I Upload to Discord?

You can send any filetype to another user on Discord, so that they can download it and watch it on their own device. But if you want to upload a video so that Discord embeds it, and makes it playable within the chat, you’re limited to only mp4 and WebM filetypes.

You can also use MOV files, but not everyone will be able to play them, and FLAC files are supported on desktop only but not on mobile.

How Can I Upload Saved Videos to Discord?

If you find a video on Discord that you want to share on a different server or in a private DM, you can use the download icon to save it locally. Then, follow the steps above to upload the video to the server or DM chat window where you want to share it.

author avatar

Richard Bennett

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

Follow @Richard Bennett

Also read:

  • Title: "Cutting Through Conversations Clutter Techniques for Deleting Discord Chats in Batches for 2024"
  • Author: Timothy
  • Created at : 2024-05-23 22:47:37
  • Updated at : 2024-05-24 22:47:37
  • Link: https://discord-videos.techidaily.com/cutting-through-conversations-clutter-techniques-for-deleting-discord-chats-in-batches-for-2024/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
"Cutting Through Conversations Clutter Techniques for Deleting Discord Chats in Batches for 2024"