Ad Space — Top Banner

Error 10008

Discord Discord

Severity: Minor

What Does This Error Mean?

Discord Error 10008 means 'Unknown Message' — Discord could not find the message you are trying to interact with. This happens when you try to reply to, react to, delete, or edit a message that no longer exists on Discord's servers. The message may have been deleted by the sender, a moderator, or Discord itself (for violating terms of service). This error is harmless — just refresh the channel or look for the original message.

Affected Models

  • Discord on Windows
  • Discord on macOS
  • Discord in Browser
  • Discord on Linux
  • Discord on iOS
  • Discord on Android

Common Causes

  • The message was deleted by the original sender before you interacted with it
  • A server moderator or bot deleted the message as part of moderation
  • Discord deleted the message for violating its Terms of Service
  • The Discord app has a stale local cache showing a message that no longer exists on the server
  • A bot or Discord API integration attempted to interact with a message that had already been removed

How to Fix It

  1. Refresh the Discord channel you are viewing. Press Ctrl + R (Windows/Linux) or Command + R (Mac) to refresh the Discord app. This clears the local message cache and loads the current state of the channel from Discord's servers.

    A stale local cache showing messages that have already been deleted is the most common cause of repeat 10008 errors.

  2. Check if the message you are trying to interact with is still visible in the channel. If it has disappeared from the chat, it was deleted. You cannot react to, reply to, or edit a deleted message.

    Discord does not notify users when a message they tried to interact with is deleted — you may only realize it is gone when the 10008 error appears.

  3. If you are a bot developer or using Discord's API and seeing Error 10008, your code is attempting to interact with a message ID that no longer exists. Add error handling to catch 10008 responses gracefully before retrying.

    In Discord bot code, wrap message interaction calls in try/catch blocks and check for the 10008 error code specifically. Log it and skip the interaction rather than retrying.

  4. If this error keeps appearing in a specific server when you try to post messages, the server may have a moderation bot that is auto-deleting messages very quickly. Check the server rules — you may be unintentionally triggering an auto-mod filter.

    Common auto-mod triggers include certain words, excessive links, new accounts posting in restricted channels, or messages that look like spam.

  5. Clear Discord's local cache. Close Discord. Press Windows Key + R, type %appdata%\discord\Cache, and delete all files in that folder. Reopen Discord.

    Clearing the cache removes stale message data and forces Discord to load fresh content from the server. Your account, messages, and servers are not affected.

When to Call a Professional

Error 10008 is a harmless Discord API error. No support from Discord or a technician is needed. If you keep seeing this error when trying to send or reply to messages in a server, a moderator bot on that server may be auto-deleting messages before you can interact with them.

Frequently Asked Questions

Can I recover a message that triggered Error 10008?

No. Once a message is deleted from Discord, it is gone permanently. Discord does not offer a way for regular users to recover deleted messages. Some server bots (like Carl-bot or MEE6) log deleted messages to a private channel — check with your server's admin if you need to see what was in the message.

Is Error 10008 the same as 'This message has been deleted'?

Yes — 10008 is the API-level code behind the 'Unknown Message' or 'message deleted' state. When Discord's app or a bot tries to interact with a deleted message's ID, Discord's servers return error 10008 to indicate that the message does not exist.

Why do I keep getting Error 10008 on messages I just sent?

If your own messages immediately trigger 10008 errors, a server's auto-moderation bot may be deleting them as fast as you send them. Check the server's rules channel and look for any mention of restricted words, link posting rules, or account age requirements. Contact the server admin if you are not sure what is triggering the auto-mod.