Users cannot conveniently remove a large number of messages at once on Discord. Because it requests users' approval after selecting delete, even deleting a single message takes a while. So, we will walk you through how to delete Discord messages fast.
How To Delete Discord Messages Fast: With AutoHotKey
This method should work for all users because we'll be using the Autohotkey script to quickly and easily mass-delete a few messages. For that:
- download the AutoHotKey installer.
- Click on the executable to install it on your computer.
Note: Choose express installation when asked for.
- Navigate to your desktop, right-click anywhere and select “New“.
- Select “AutoHotkey Script” and a new script will be created on your desktop.
- Right-click on the created script and select “Edit Script”.
- Delete all the text already in the script.
- Copy and paste the following text into the script.
t::
Loop, 100000
{
send, {Up}
send, ^a
send, {BS}
send, {Enter}
send, {Enter}
sleep, 100
}
Return
-Save the changes and close the script.
- Open discord and double-click on the saved script to load it.
- Open the chat that you want to delete and press “T” on your keyboard.
- This will automatically start deleting the messages fast.
- You can right-click on the “H” on the right side of the taskbar and select “Pause Script” to stop deleting the messages.
How to delete Discord messages fast? I believe after reading this post, you know some methods to delete multiple messages on Discord.




















