textdrop.sh
Guide · Sharing & workflow

How to share long text in Discord.

Discord caps standard messages at 2,000 characters. Keep rules, release notes, and code readable with one link instead of a chain of broken messages.

July 28, 20264 min read

The short answer

Discord's standard message cap is 2,000 characters (4,000 with Nitro). For anything longer, paste the full text into a shareable page and send a single URL in the channel. Use textdrop.sh to make the link in your browser, then share the link instead of the sensitive text.

Do this. Not that.

  • Do
  • Share one link for long announcements, logs, and rules
  • Use Markdown to preserve headings, lists, and code blocks
  • Keep a short summary in Discord so readers know what the link contains
  • Don't
  • Split a long post mid-sentence across several messages
  • Upload a text file when you want a clean, browser-readable page
  • Break fenced code blocks or tables while trimming to the limit

Make a link now

Turn your long Discord post into one link.

Paste the full text, create the link, then post a short introduction and the link in Discord.

Why this matters

Discord's official support documentation sets the standard message cap at 2,000 characters; Nitro raises it to 4,000. Formatting, emoji, and code fences count toward the same limit, so a polished announcement can hit the ceiling sooner than expected.

A series of partial posts interrupts conversation and can break Markdown or syntax highlighting. One link keeps the channel scannable while giving readers the full, selectable text in their browser.

Common questions

What is Discord's character limit?+

Standard Discord messages are capped at 2,000 characters. Discord Nitro raises the message cap to 4,000 characters, but it does not remove the need to split or link very long posts.

What counts toward Discord's limit?+

Visible text, spaces, line breaks, emoji, mentions, Markdown markers, and code fences all count toward the message limit.

Should I upload a text file instead?+

A text file can work, but a shareable link is easier to open on any device, preserves Markdown and code presentation, and does not make readers download a file.

Keep reading