"[New] Bulk Delete Chats  A Guide for Discord Users"

"[New] Bulk Delete Chats A Guide for Discord Users"

Timothy Lv13

Bulk Delete Chats: A Guide for Discord Users

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

Top 9 Discord Banner Makers and How to Make a Profile Banner

Top 9 Discord Banner Makers and How to Make One Easily

author avatar

Richard Bennett

Mar 27, 2024• Proven solutions

A Discord banner is best to customize your Discord account and make it more convincing. It allows you to improvise your profile icon with one of your favorite movies, games, memes, or anime characters. You can even decorate the space with your face.

Before looking at the steps to create a Discord profile banner, it’s crucial to note that only Nitro users can use this feature. You’ll have to settle for a limited list of 10-15 pre-made banners if you’ve not yet accessed the Nitro plan. These Discord banners feature solid colors and basic designs. What’s more, you can’t modify your banner for Discord on the Discord mobile apps. It’s only accessible via desktop versions.

In this article, we’ll discuss the top 9 Discord banner makers, plus a helpful section on how to create your Discord banner.

Part 1: Top 9 Discord Banner Makers in 2022 [with free templates]

1. Visme

discord banner maker visme

Visme offers 50 plus free channel art editable templates through their online graphics service. However, it has a bit more complex UI than some of the other makers on this list, but the free templates are wonderful, and you can upload your images to edit with them.

2. Fotor

fotor - discord banner maker

Another graphics program with free templates is Fotor. It is easy to use – perhaps the most accessible program on this list. You click on the element in your template and then click on what you want to replace it with, and thus you don’t even have to use the drag and drop feature in the ‘background’ tab. Of course, you can upload your photos as well.

There are subscription options in Fotor. Thus, you get a watermark for your project unless you pay for premium services, but there are enough free options to satisfy most creators.

3. Snappa

discord banner maker - snappa

If you want to get something quick in design, Snappa is the right choice. First, choose one of the free templates under the YouTube Channel Art under the Headers tab. Then it’s just a matter of elements swapping in the template with ones that suit your channel.

Snappa shows you the ideal placement section for different devices while you edit.

4. Crello

discord banner maker crello

Crello provides ten free examples of channel art templates through their blog, and you can rightly edit them on the site.

Crello is a simple visual editor designed for social media and marketing creators, meaning that non-design people can quickly jump into this platform. Beyond the free text options and templates, however, most of their backgrounds and stock photos cost $1. You’re required to use the default images to use Crello for free or upload your own.

5. Design Wizard

discord banner design wizard

This is another Discord banner maker with a few free templates to design or craft anything out through personalization. One of the best valuable abilities of the design wizard is that it will display the ‘safe zone’ – the area of your Discord banner that will show up on any device screen – so you can design keeping those dimensions in mind.

Also, make sure to delete the safe zone marker before you export.

6. Canva

discord banner maker canva

Canva is one of the famous and free channel art makers. It is simple with a drag-and-drop editor. Also, the program will automatically resize images to adjust easily within the Discord banner space. It has a variety of free resources like stock photos. Some resources are paid ($1), but most of them are free.

7. Adobe Spark

While editing the Discord banner templates via Adobe Spark, click on the resources in the template and then select the images/fonts/etc., that you want to use. Resources like filters are also very accessible.

The only drawback of Spark is that the watermarks are in free downloads. However, the watermark is quite small, meaning that it won’t show up for viewers as it is placed in the bottom-right corner watching your channel on either mobile devices or computers.

Note: Whenever you click ‘Create your YouTube channel art,’ it will show you a thumbnail template instead of a banner template. Hit the Resize button in the side menu and switch to your exported images or the channel art.

8. BeFunky

discord banner maker befunky

This is a graphics creator platform that doubles as a Discord profile banner maker as well. You need to head towards BeFunky’s ‘Designer’ tool and look for the channel art templates under ‘YouTube’ and ‘Social Media Headers.’ However, we won’t find here any free art templates.

9. Wondershare PixStudio

discord banner maker pixstudio

Wondershare PixStudio has certain unique features to erase the image background. With a single tap only, you can quickly remove the image background; then, you can use your image flexibly. And, it’s just a subscription of $7.99 per month to use the features.

Part 2: How to Create a Discord Banner with Kapwing

Since your server banner will take up an important place in your Discord server, you must make yours look just right. You have to consider the dimensions, formatting, and arrangement of the Discord profile banner.

  • Use optimal dimensions
  • Make sure the important parts are visible
  • How to upload your banner image

Step 1: Use Optimal Dimensions

Discord recommends that your image have optimal dimensions of 960x540 at least, which is different than 16:9 images. You can use a slightly larger 16:9 aspect ratio for great appearances, like 1920x1080 or even 2560x1440.

With Kapwing Studio, you can crop any photo to a 16:9 aspect ratio and resize it to the given dimensions. Visit Kapwing.com in your browser, click Start Editing, and paste the link to a photo you found online or upload your image directly on the Studio.

Now, click the Crop tool to make your photo 16:9, and head towards the Output Size options to make your aspect ratio larger than 960x540.

Step 2: Make Sure the Important Parts Are Visible

This is the essential part of setting up your Discord banner – making sure your banner is properly visible on the Discord.

Your banner image’s safe zone is that you should keep ideal sections out of the top 28% since that’s where your server’s options and name button will show.

The portion is a bit covered with text about the top 22% of your Discord banner photo. So, keep important sections and the text of your image below the top 120 pixels on a 960x540 Discord banner.

kapwing discord banner

Source: kapwing.com

Now, you must note that the Discord profile banner will display as it starts fading about halfway down until merging in with the bottom-edge dark grey area of Discord.

And, you can smoothly edit any design elements, titles, text, or essential visuals at the bottom of the Discord profile banner. You should relocate them closer to the frame’s center to be visible.

make discord banner with kapwing

Source: kapwing.com

Hit the Crop button in the Kapwing Studio to add text boxes for banner personalization and horizontally flip your images to keep elements aside from the upper left corner. Hit the green Export Image button after you are over with cropping, then the Download button to save your banner to your device.

Step 3: Upload Your Banner Image

Adding a Discord profile banner is intuitive once your server boosts enough to reach level 2. Just open your server dropdown menu and hit the Server Settings, then choose “Upload Background.”

discord banner server settings

Source: kapwing.com

Here, look for the image in your camera roll or files and upload it to your Discord channel server. It’s that simple!

Part 3: FAQs about Discord Banner

1 - How do you make a banner on Discord?

You can consider various banner makers mentioned above to make a banner on Discord. However, you have to ensure compliance with Discord banner size requirements.

2 - How do I get free Discord banners?

You can find free custom Discord Banner images already optimized and cropped for the Discord banner. Browse thousands of profile banners in categories like animated, meme, etc., on pfps.gg website to get free discord banners.

3 – Can the Discord banner be GIF?

Yes, uploading a Discord banner in GIF format is allowed.

Conclusion

The ability to set a Discord banner is part of the Discord update called “Custom Profiles Premium.”

The feature is live on Discord, which means that everyone can modify or set Discord profile banners as per their likes and preferences. However, you must have access to Discord Nitro to change your profile banner. And, users who don’t have Discord Nitro are not allowed to set a profile banner.

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

A Discord banner is best to customize your Discord account and make it more convincing. It allows you to improvise your profile icon with one of your favorite movies, games, memes, or anime characters. You can even decorate the space with your face.

Before looking at the steps to create a Discord profile banner, it’s crucial to note that only Nitro users can use this feature. You’ll have to settle for a limited list of 10-15 pre-made banners if you’ve not yet accessed the Nitro plan. These Discord banners feature solid colors and basic designs. What’s more, you can’t modify your banner for Discord on the Discord mobile apps. It’s only accessible via desktop versions.

In this article, we’ll discuss the top 9 Discord banner makers, plus a helpful section on how to create your Discord banner.

Part 1: Top 9 Discord Banner Makers in 2022 [with free templates]

1. Visme

discord banner maker visme

Visme offers 50 plus free channel art editable templates through their online graphics service. However, it has a bit more complex UI than some of the other makers on this list, but the free templates are wonderful, and you can upload your images to edit with them.

2. Fotor

fotor - discord banner maker

Another graphics program with free templates is Fotor. It is easy to use – perhaps the most accessible program on this list. You click on the element in your template and then click on what you want to replace it with, and thus you don’t even have to use the drag and drop feature in the ‘background’ tab. Of course, you can upload your photos as well.

There are subscription options in Fotor. Thus, you get a watermark for your project unless you pay for premium services, but there are enough free options to satisfy most creators.

3. Snappa

discord banner maker - snappa

If you want to get something quick in design, Snappa is the right choice. First, choose one of the free templates under the YouTube Channel Art under the Headers tab. Then it’s just a matter of elements swapping in the template with ones that suit your channel.

Snappa shows you the ideal placement section for different devices while you edit.

4. Crello

discord banner maker crello

Crello provides ten free examples of channel art templates through their blog, and you can rightly edit them on the site.

Crello is a simple visual editor designed for social media and marketing creators, meaning that non-design people can quickly jump into this platform. Beyond the free text options and templates, however, most of their backgrounds and stock photos cost $1. You’re required to use the default images to use Crello for free or upload your own.

5. Design Wizard

discord banner design wizard

This is another Discord banner maker with a few free templates to design or craft anything out through personalization. One of the best valuable abilities of the design wizard is that it will display the ‘safe zone’ – the area of your Discord banner that will show up on any device screen – so you can design keeping those dimensions in mind.

Also, make sure to delete the safe zone marker before you export.

6. Canva

discord banner maker canva

Canva is one of the famous and free channel art makers. It is simple with a drag-and-drop editor. Also, the program will automatically resize images to adjust easily within the Discord banner space. It has a variety of free resources like stock photos. Some resources are paid ($1), but most of them are free.

7. Adobe Spark

While editing the Discord banner templates via Adobe Spark, click on the resources in the template and then select the images/fonts/etc., that you want to use. Resources like filters are also very accessible.

The only drawback of Spark is that the watermarks are in free downloads. However, the watermark is quite small, meaning that it won’t show up for viewers as it is placed in the bottom-right corner watching your channel on either mobile devices or computers.

Note: Whenever you click ‘Create your YouTube channel art,’ it will show you a thumbnail template instead of a banner template. Hit the Resize button in the side menu and switch to your exported images or the channel art.

8. BeFunky

discord banner maker befunky

This is a graphics creator platform that doubles as a Discord profile banner maker as well. You need to head towards BeFunky’s ‘Designer’ tool and look for the channel art templates under ‘YouTube’ and ‘Social Media Headers.’ However, we won’t find here any free art templates.

9. Wondershare PixStudio

discord banner maker pixstudio

Wondershare PixStudio has certain unique features to erase the image background. With a single tap only, you can quickly remove the image background; then, you can use your image flexibly. And, it’s just a subscription of $7.99 per month to use the features.

Part 2: How to Create a Discord Banner with Kapwing

Since your server banner will take up an important place in your Discord server, you must make yours look just right. You have to consider the dimensions, formatting, and arrangement of the Discord profile banner.

  • Use optimal dimensions
  • Make sure the important parts are visible
  • How to upload your banner image

Step 1: Use Optimal Dimensions

Discord recommends that your image have optimal dimensions of 960x540 at least, which is different than 16:9 images. You can use a slightly larger 16:9 aspect ratio for great appearances, like 1920x1080 or even 2560x1440.

With Kapwing Studio, you can crop any photo to a 16:9 aspect ratio and resize it to the given dimensions. Visit Kapwing.com in your browser, click Start Editing, and paste the link to a photo you found online or upload your image directly on the Studio.

Now, click the Crop tool to make your photo 16:9, and head towards the Output Size options to make your aspect ratio larger than 960x540.

Step 2: Make Sure the Important Parts Are Visible

This is the essential part of setting up your Discord banner – making sure your banner is properly visible on the Discord.

Your banner image’s safe zone is that you should keep ideal sections out of the top 28% since that’s where your server’s options and name button will show.

The portion is a bit covered with text about the top 22% of your Discord banner photo. So, keep important sections and the text of your image below the top 120 pixels on a 960x540 Discord banner.

kapwing discord banner

Source: kapwing.com

Now, you must note that the Discord profile banner will display as it starts fading about halfway down until merging in with the bottom-edge dark grey area of Discord.

And, you can smoothly edit any design elements, titles, text, or essential visuals at the bottom of the Discord profile banner. You should relocate them closer to the frame’s center to be visible.

make discord banner with kapwing

Source: kapwing.com

Hit the Crop button in the Kapwing Studio to add text boxes for banner personalization and horizontally flip your images to keep elements aside from the upper left corner. Hit the green Export Image button after you are over with cropping, then the Download button to save your banner to your device.

Step 3: Upload Your Banner Image

Adding a Discord profile banner is intuitive once your server boosts enough to reach level 2. Just open your server dropdown menu and hit the Server Settings, then choose “Upload Background.”

discord banner server settings

Source: kapwing.com

Here, look for the image in your camera roll or files and upload it to your Discord channel server. It’s that simple!

Part 3: FAQs about Discord Banner

1 - How do you make a banner on Discord?

You can consider various banner makers mentioned above to make a banner on Discord. However, you have to ensure compliance with Discord banner size requirements.

2 - How do I get free Discord banners?

You can find free custom Discord Banner images already optimized and cropped for the Discord banner. Browse thousands of profile banners in categories like animated, meme, etc., on pfps.gg website to get free discord banners.

3 – Can the Discord banner be GIF?

Yes, uploading a Discord banner in GIF format is allowed.

Conclusion

The ability to set a Discord banner is part of the Discord update called “Custom Profiles Premium.”

The feature is live on Discord, which means that everyone can modify or set Discord profile banners as per their likes and preferences. However, you must have access to Discord Nitro to change your profile banner. And, users who don’t have Discord Nitro are not allowed to set a profile banner.

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

A Discord banner is best to customize your Discord account and make it more convincing. It allows you to improvise your profile icon with one of your favorite movies, games, memes, or anime characters. You can even decorate the space with your face.

Before looking at the steps to create a Discord profile banner, it’s crucial to note that only Nitro users can use this feature. You’ll have to settle for a limited list of 10-15 pre-made banners if you’ve not yet accessed the Nitro plan. These Discord banners feature solid colors and basic designs. What’s more, you can’t modify your banner for Discord on the Discord mobile apps. It’s only accessible via desktop versions.

In this article, we’ll discuss the top 9 Discord banner makers, plus a helpful section on how to create your Discord banner.

Part 1: Top 9 Discord Banner Makers in 2022 [with free templates]

1. Visme

discord banner maker visme

Visme offers 50 plus free channel art editable templates through their online graphics service. However, it has a bit more complex UI than some of the other makers on this list, but the free templates are wonderful, and you can upload your images to edit with them.

2. Fotor

fotor - discord banner maker

Another graphics program with free templates is Fotor. It is easy to use – perhaps the most accessible program on this list. You click on the element in your template and then click on what you want to replace it with, and thus you don’t even have to use the drag and drop feature in the ‘background’ tab. Of course, you can upload your photos as well.

There are subscription options in Fotor. Thus, you get a watermark for your project unless you pay for premium services, but there are enough free options to satisfy most creators.

3. Snappa

discord banner maker - snappa

If you want to get something quick in design, Snappa is the right choice. First, choose one of the free templates under the YouTube Channel Art under the Headers tab. Then it’s just a matter of elements swapping in the template with ones that suit your channel.

Snappa shows you the ideal placement section for different devices while you edit.

4. Crello

discord banner maker crello

Crello provides ten free examples of channel art templates through their blog, and you can rightly edit them on the site.

Crello is a simple visual editor designed for social media and marketing creators, meaning that non-design people can quickly jump into this platform. Beyond the free text options and templates, however, most of their backgrounds and stock photos cost $1. You’re required to use the default images to use Crello for free or upload your own.

5. Design Wizard

discord banner design wizard

This is another Discord banner maker with a few free templates to design or craft anything out through personalization. One of the best valuable abilities of the design wizard is that it will display the ‘safe zone’ – the area of your Discord banner that will show up on any device screen – so you can design keeping those dimensions in mind.

Also, make sure to delete the safe zone marker before you export.

6. Canva

discord banner maker canva

Canva is one of the famous and free channel art makers. It is simple with a drag-and-drop editor. Also, the program will automatically resize images to adjust easily within the Discord banner space. It has a variety of free resources like stock photos. Some resources are paid ($1), but most of them are free.

7. Adobe Spark

While editing the Discord banner templates via Adobe Spark, click on the resources in the template and then select the images/fonts/etc., that you want to use. Resources like filters are also very accessible.

The only drawback of Spark is that the watermarks are in free downloads. However, the watermark is quite small, meaning that it won’t show up for viewers as it is placed in the bottom-right corner watching your channel on either mobile devices or computers.

Note: Whenever you click ‘Create your YouTube channel art,’ it will show you a thumbnail template instead of a banner template. Hit the Resize button in the side menu and switch to your exported images or the channel art.

8. BeFunky

discord banner maker befunky

This is a graphics creator platform that doubles as a Discord profile banner maker as well. You need to head towards BeFunky’s ‘Designer’ tool and look for the channel art templates under ‘YouTube’ and ‘Social Media Headers.’ However, we won’t find here any free art templates.

9. Wondershare PixStudio

discord banner maker pixstudio

Wondershare PixStudio has certain unique features to erase the image background. With a single tap only, you can quickly remove the image background; then, you can use your image flexibly. And, it’s just a subscription of $7.99 per month to use the features.

Part 2: How to Create a Discord Banner with Kapwing

Since your server banner will take up an important place in your Discord server, you must make yours look just right. You have to consider the dimensions, formatting, and arrangement of the Discord profile banner.

  • Use optimal dimensions
  • Make sure the important parts are visible
  • How to upload your banner image

Step 1: Use Optimal Dimensions

Discord recommends that your image have optimal dimensions of 960x540 at least, which is different than 16:9 images. You can use a slightly larger 16:9 aspect ratio for great appearances, like 1920x1080 or even 2560x1440.

With Kapwing Studio, you can crop any photo to a 16:9 aspect ratio and resize it to the given dimensions. Visit Kapwing.com in your browser, click Start Editing, and paste the link to a photo you found online or upload your image directly on the Studio.

Now, click the Crop tool to make your photo 16:9, and head towards the Output Size options to make your aspect ratio larger than 960x540.

Step 2: Make Sure the Important Parts Are Visible

This is the essential part of setting up your Discord banner – making sure your banner is properly visible on the Discord.

Your banner image’s safe zone is that you should keep ideal sections out of the top 28% since that’s where your server’s options and name button will show.

The portion is a bit covered with text about the top 22% of your Discord banner photo. So, keep important sections and the text of your image below the top 120 pixels on a 960x540 Discord banner.

kapwing discord banner

Source: kapwing.com

Now, you must note that the Discord profile banner will display as it starts fading about halfway down until merging in with the bottom-edge dark grey area of Discord.

And, you can smoothly edit any design elements, titles, text, or essential visuals at the bottom of the Discord profile banner. You should relocate them closer to the frame’s center to be visible.

make discord banner with kapwing

Source: kapwing.com

Hit the Crop button in the Kapwing Studio to add text boxes for banner personalization and horizontally flip your images to keep elements aside from the upper left corner. Hit the green Export Image button after you are over with cropping, then the Download button to save your banner to your device.

Step 3: Upload Your Banner Image

Adding a Discord profile banner is intuitive once your server boosts enough to reach level 2. Just open your server dropdown menu and hit the Server Settings, then choose “Upload Background.”

discord banner server settings

Source: kapwing.com

Here, look for the image in your camera roll or files and upload it to your Discord channel server. It’s that simple!

Part 3: FAQs about Discord Banner

1 - How do you make a banner on Discord?

You can consider various banner makers mentioned above to make a banner on Discord. However, you have to ensure compliance with Discord banner size requirements.

2 - How do I get free Discord banners?

You can find free custom Discord Banner images already optimized and cropped for the Discord banner. Browse thousands of profile banners in categories like animated, meme, etc., on pfps.gg website to get free discord banners.

3 – Can the Discord banner be GIF?

Yes, uploading a Discord banner in GIF format is allowed.

Conclusion

The ability to set a Discord banner is part of the Discord update called “Custom Profiles Premium.”

The feature is live on Discord, which means that everyone can modify or set Discord profile banners as per their likes and preferences. However, you must have access to Discord Nitro to change your profile banner. And, users who don’t have Discord Nitro are not allowed to set a profile banner.

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

A Discord banner is best to customize your Discord account and make it more convincing. It allows you to improvise your profile icon with one of your favorite movies, games, memes, or anime characters. You can even decorate the space with your face.

Before looking at the steps to create a Discord profile banner, it’s crucial to note that only Nitro users can use this feature. You’ll have to settle for a limited list of 10-15 pre-made banners if you’ve not yet accessed the Nitro plan. These Discord banners feature solid colors and basic designs. What’s more, you can’t modify your banner for Discord on the Discord mobile apps. It’s only accessible via desktop versions.

In this article, we’ll discuss the top 9 Discord banner makers, plus a helpful section on how to create your Discord banner.

Part 1: Top 9 Discord Banner Makers in 2022 [with free templates]

1. Visme

discord banner maker visme

Visme offers 50 plus free channel art editable templates through their online graphics service. However, it has a bit more complex UI than some of the other makers on this list, but the free templates are wonderful, and you can upload your images to edit with them.

2. Fotor

fotor - discord banner maker

Another graphics program with free templates is Fotor. It is easy to use – perhaps the most accessible program on this list. You click on the element in your template and then click on what you want to replace it with, and thus you don’t even have to use the drag and drop feature in the ‘background’ tab. Of course, you can upload your photos as well.

There are subscription options in Fotor. Thus, you get a watermark for your project unless you pay for premium services, but there are enough free options to satisfy most creators.

3. Snappa

discord banner maker - snappa

If you want to get something quick in design, Snappa is the right choice. First, choose one of the free templates under the YouTube Channel Art under the Headers tab. Then it’s just a matter of elements swapping in the template with ones that suit your channel.

Snappa shows you the ideal placement section for different devices while you edit.

4. Crello

discord banner maker crello

Crello provides ten free examples of channel art templates through their blog, and you can rightly edit them on the site.

Crello is a simple visual editor designed for social media and marketing creators, meaning that non-design people can quickly jump into this platform. Beyond the free text options and templates, however, most of their backgrounds and stock photos cost $1. You’re required to use the default images to use Crello for free or upload your own.

5. Design Wizard

discord banner design wizard

This is another Discord banner maker with a few free templates to design or craft anything out through personalization. One of the best valuable abilities of the design wizard is that it will display the ‘safe zone’ – the area of your Discord banner that will show up on any device screen – so you can design keeping those dimensions in mind.

Also, make sure to delete the safe zone marker before you export.

6. Canva

discord banner maker canva

Canva is one of the famous and free channel art makers. It is simple with a drag-and-drop editor. Also, the program will automatically resize images to adjust easily within the Discord banner space. It has a variety of free resources like stock photos. Some resources are paid ($1), but most of them are free.

7. Adobe Spark

While editing the Discord banner templates via Adobe Spark, click on the resources in the template and then select the images/fonts/etc., that you want to use. Resources like filters are also very accessible.

The only drawback of Spark is that the watermarks are in free downloads. However, the watermark is quite small, meaning that it won’t show up for viewers as it is placed in the bottom-right corner watching your channel on either mobile devices or computers.

Note: Whenever you click ‘Create your YouTube channel art,’ it will show you a thumbnail template instead of a banner template. Hit the Resize button in the side menu and switch to your exported images or the channel art.

8. BeFunky

discord banner maker befunky

This is a graphics creator platform that doubles as a Discord profile banner maker as well. You need to head towards BeFunky’s ‘Designer’ tool and look for the channel art templates under ‘YouTube’ and ‘Social Media Headers.’ However, we won’t find here any free art templates.

9. Wondershare PixStudio

discord banner maker pixstudio

Wondershare PixStudio has certain unique features to erase the image background. With a single tap only, you can quickly remove the image background; then, you can use your image flexibly. And, it’s just a subscription of $7.99 per month to use the features.

Part 2: How to Create a Discord Banner with Kapwing

Since your server banner will take up an important place in your Discord server, you must make yours look just right. You have to consider the dimensions, formatting, and arrangement of the Discord profile banner.

  • Use optimal dimensions
  • Make sure the important parts are visible
  • How to upload your banner image

Step 1: Use Optimal Dimensions

Discord recommends that your image have optimal dimensions of 960x540 at least, which is different than 16:9 images. You can use a slightly larger 16:9 aspect ratio for great appearances, like 1920x1080 or even 2560x1440.

With Kapwing Studio, you can crop any photo to a 16:9 aspect ratio and resize it to the given dimensions. Visit Kapwing.com in your browser, click Start Editing, and paste the link to a photo you found online or upload your image directly on the Studio.

Now, click the Crop tool to make your photo 16:9, and head towards the Output Size options to make your aspect ratio larger than 960x540.

Step 2: Make Sure the Important Parts Are Visible

This is the essential part of setting up your Discord banner – making sure your banner is properly visible on the Discord.

Your banner image’s safe zone is that you should keep ideal sections out of the top 28% since that’s where your server’s options and name button will show.

The portion is a bit covered with text about the top 22% of your Discord banner photo. So, keep important sections and the text of your image below the top 120 pixels on a 960x540 Discord banner.

kapwing discord banner

Source: kapwing.com

Now, you must note that the Discord profile banner will display as it starts fading about halfway down until merging in with the bottom-edge dark grey area of Discord.

And, you can smoothly edit any design elements, titles, text, or essential visuals at the bottom of the Discord profile banner. You should relocate them closer to the frame’s center to be visible.

make discord banner with kapwing

Source: kapwing.com

Hit the Crop button in the Kapwing Studio to add text boxes for banner personalization and horizontally flip your images to keep elements aside from the upper left corner. Hit the green Export Image button after you are over with cropping, then the Download button to save your banner to your device.

Step 3: Upload Your Banner Image

Adding a Discord profile banner is intuitive once your server boosts enough to reach level 2. Just open your server dropdown menu and hit the Server Settings, then choose “Upload Background.”

discord banner server settings

Source: kapwing.com

Here, look for the image in your camera roll or files and upload it to your Discord channel server. It’s that simple!

Part 3: FAQs about Discord Banner

1 - How do you make a banner on Discord?

You can consider various banner makers mentioned above to make a banner on Discord. However, you have to ensure compliance with Discord banner size requirements.

2 - How do I get free Discord banners?

You can find free custom Discord Banner images already optimized and cropped for the Discord banner. Browse thousands of profile banners in categories like animated, meme, etc., on pfps.gg website to get free discord banners.

3 – Can the Discord banner be GIF?

Yes, uploading a Discord banner in GIF format is allowed.

Conclusion

The ability to set a Discord banner is part of the Discord update called “Custom Profiles Premium.”

The feature is live on Discord, which means that everyone can modify or set Discord profile banners as per their likes and preferences. However, you must have access to Discord Nitro to change your profile banner. And, users who don’t have Discord Nitro are not allowed to set a profile banner.

author avatar

Richard Bennett

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

Follow @Richard Bennett

Also read:

  • Title: "[New] Bulk Delete Chats A Guide for Discord Users"
  • Author: Timothy
  • Created at : 2024-05-23 22:47:35
  • Updated at : 2024-05-24 22:47:35
  • Link: https://discord-videos.techidaily.com/new-bulk-delete-chats-a-guide-for-discord-users/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
"[New] Bulk Delete Chats A Guide for Discord Users"