LaunchRanked

Launch guidePlugins and integrations

How to launch a Discord bot

Discord bots grow server by server, and Discord adds checkpoints as you grow. Verification (including identity checks through Stripe) is required to scale past 100 servers, and privileged intents like message content need an application once your app reaches 10,000 users. Plan for both before your launch gets you there.

Updated · platform facts checked against the official docs linked below

At a glance

Verification
Required to scale past 100 servers[1]
Privileged intents
Apply once your app reaches 10,000 users[2]
Growth unit
Servers, via admins and moderators

Where people find Discord bots

  • Discord App Directory: Discord's own directory inside the app.
  • Bot list sites: Community-run bot lists where server admins search by category.
  • Servers in your niche: A bot for game communities spreads through game servers.
  • Reddit and Discord admin communities: Server admins swap bot recommendations.

Assets to prepare

Assets to prepare before launch
AssetSpec or guidance
Invite linkRequests only the permissions the bot needs.
Commands listSlash commands with descriptions users see in Discord.
Support serverWhere admins get help and updates.
Privacy policy and termsNeeded for verification and the directory.
Intent justificationA specific use case for each privileged intent, plus data storage and retention details.[2]

Store and listing rules

What the platform itself says, with a link to the page we checked.

  • Verification is required for an app to scale past 100 servers; the team owner verifies identity through Stripe.[1]
  • Once your app reaches 10,000 unique users across its servers, you must apply for privileged intents, with specific use cases and data-handling details; you have 90 days after notification.[2]
  • Apps with privileged intent access reapply annually.[2]

A 4-week launch timeline

  1. Week 1 · four weeks out

    • Switch to slash commands and cut permissions to the minimum.
    • Decide whether you truly need message content.
    • Set up the support server.
  2. Week 2 · three weeks out

    • Write privacy policy and terms.
    • Test in five friendly servers.
    • Start verification before you approach 100 servers.
  3. Week 3 · two weeks out

    • List on bot sites and prepare the App Directory listing.
    • Write command docs.
    • Prepare posts for admin communities.
  4. Week 4 · launch week

    • Fix issues from test servers.
    • Plan how you'll handle rate limits at scale.
    • Prepare an announcement for your support server.

Launch-day checklist

  1. Share the invite link in niche servers where self-promotion is allowed.
  2. Post in admin communities with a short clip of the bot working.
  3. Watch errors and rate limits.
  4. Add the bot's site to LaunchRanked.

After launch: SEO steps

Launch boards reset; search pages don't. These steps keep people finding you after launch week.

  1. Build a website with a page per command and use case.
  2. Target "Discord bot for {task}" searches.
  3. Keep a public changelog.

Common mistakes

  • Requesting Administrator permission by default.
  • Hitting 100 servers before starting verification.
  • Building on message content without a justification that will pass review.

Templates for this launch

FAQ

When does a Discord bot need verification?

Discord requires verification for apps to scale past 100 servers. The team owner verifies identity through Stripe.

When do I need to apply for privileged intents?

Discord now uses a 10,000-user threshold across all servers your app is in. After that you apply with specific use cases, and you have 90 days from notification.

Where do people find Discord bots?

Discord's App Directory, community-run bot lists, admin communities and the servers already using a bot.

Does a Discord bot need a website?

It helps: verification and directories ask for privacy and terms pages, and a site can rank for bot searches.

Sources

  1. Discord Developers: How do I get my app verified?
  2. Discord docs: Getting started with privileged intent review

Checked . Platforms change their rules; open the source before you rely on a number.

← All 35 launch guides