> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postqueen.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Discord

> How to add Discord to your system

<img src="https://mintcdn.com/forceplay/3MbWAJB4xKJ_Rxe0/images/channels/discord.svg?fit=max&auto=format&n=3MbWAJB4xKJ_Rxe0&q=85&s=97f2d6350f01977805fb3eb364f4dc29" alt="Discord" height="44" noZoom style={{ height: "44px", marginBottom: "1.25rem" }} data-path="images/channels/discord.svg" />

<Snippet file="never-share.mdx" />

## What she can post to Discord

A release note in announcements, a screenshot in general, a thread underneath for everything that follows. She writes in Discord markdown and posts as your bot, so the message looks like it belongs there.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    1,980 characters
  </Card>

  <Card title="Media" icon="photo-film">
    Optional. Every attachment on the post rides with the message
  </Card>

  <Card title="Post types" icon="layer-group">
    Channel message, thread reply
  </Card>

  <Card title="Analytics" icon="chart-line">
    None
  </Card>
</CardGroup>

Ten of her connectors report numbers back to the Analytics page. Discord is not one of them, so a Discord channel shows no chart. What it does carry is the markdown editor: headings, quotes and code fences survive the trip exactly as you wrote them. Discord rate limits are generous enough that she runs five posting jobs side by side.

|                   |                                                                                                                                                           |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Post settings** | `channel`. Full schema in the [Discord settings reference](/public-api/providers/discord)                                                                 |
| **Connect flow**  | One step. Authorizing the app drops your bot into the server, and the channel picker then lists the text, announcement and forum channels the bot can see |
| **Automations**   | None. Comments open a thread on the message and reply inside it                                                                                           |

<Warning>
  Mentions behave in two ways. `@here` and `@everyone` pass through exactly as typed. Anyone else resolves to a member ID first, so the mention pings the right person even when their display name changes later.

  If the bot cannot reach the channel you picked, the post comes back saying the bot does not have access to this channel. Check the channel permissions on the Discord side rather than the PostQueen side.
</Warning>

<Info>
  This integration requires that you have **Manage Server** permissions on the Discord server you want to integrate with.
</Info>

## Self-hosting

<Info>
  On PostQueen Cloud this channel is ready: open **Add Channel** and pick it.
  Running your own instance? You register the application yourself:
  [Set up Discord on your own instance](/installation/providers/discord).
</Info>

<Snippet file="next-steps-provider.mdx" />
