Quick solutions for common MC-Discord Bridge issues
Your Discord bot appears offline in the server member list or shows as disconnected in the dashboard.
This usually means the bot token is invalid or the bot hasn't been added to your server.
If you recently changed the token, it can take up to 30 seconds for the bot to reconnect. Check the dashboard for the connection status.
Messages from Minecraft aren't appearing in your Discord channel.
Using the channel name instead of the ID. You need the numeric ID (like 123456789012345678), not the channel name (like #general).
Discord messages aren't showing up in your Minecraft chat.
Your bot MUST have the "Message Content Intent" enabled or it can't read messages!
This happens when trying to link your Minecraft account to Discord.
The bridge name is case-sensitive! If your bridge is called "MyServer", typing "myserver" won't work.
Check if the bot shows as online in Discord. If not, verify your bot token.
Bot needs: Send Messages, Embed Links, and Manage Messages permissions.
NEVER share your bot token! If it gets leaked, immediately regenerate it in the Developer Portal.
Allows bot to see the channel and read messages from it.
Allows bot to send messages to the channel.
Required for formatted messages with colors and fields.
Allows bot to see previous messages in the channel.
Allows bot to delete messages (used for auto-cleanup of link requests).
Enables slash commands like /link, /unlink, /who.
Wrong: #general or "general"
Right: 123456789012345678 (18-digit number)
Without this intent enabled, your bot can't read message content!
Fix: Developer Portal → Bot → Enable MESSAGE CONTENT INTENT
Bridge names are case-sensitive!
Wrong: /link myserver
Right: /link MyServer
Tokens can expire or become invalid.
Fix: Generate a new token in Developer Portal
Make sure the bot can see and access your specified channel.
Fix: Check channel permissions or make channel public
Try these steps in order: