Discord Apps & Bots Data Access Changes in 2026: What Server Owners Need to Know
Discord rolled out major changes to its Privileged Intents review process in June 2026. These changes directly affect how apps and bots can access message content, member lists, and presence data. If you run a server that relies on bots, here's what you actually need to know.
What Changed
The review threshold used to be based on server count. It's now based on user reach instead. Discord introduced a new user based threshold for when Privileged Intent access (Guild Members, Presence, and Message Content) requires review, along with an annual process to reapply for continued access.
In short: what matters now is how many unique users your app can see across all servers, not how many servers it's installed in.
The 10,000 User Threshold
How It Works
If an app's reach exceeds 10,000 users, it now needs to apply for Privileged Intent access.
A bot in just 50 large servers could hit that threshold, while a bot spread across 200 small servers might not.
What Stayed the Same
Previously, apps in fewer than 100 servers could enable Privileged Intents by simply toggling them on in the Developer Portal, while apps in 100+ servers needed to apply for access. The 100 server bot verification requirement hasn't changed either, it now runs as a completely separate process from the new user based threshold.
If your bot reaches under 10,000 users, nothing changes for you. Most small to mid sized community servers fall into this category.
Which Data Types Are Covered
Message Content
Lets a bot read the actual text of messages sent in a server.
Server Members
Gives a bot access to the full member roster, including user IDs, usernames, nicknames, roles, and join dates, sometimes covering thousands of profiles per server.
Presence
Covers online/offline status, custom status messages, and what game or app a user is currently using, which counts as behavioral data.
If your bot doesn't rely on any of these three, this entire update has no effect on you.
The Annual Review Process
Why It Exists
Bots evolve over time, and a bot that was approved a year ago may serve a very different purpose today. Periodic check ins help keep access aligned with actual use.
What It Means Going Forward
Apps must now reapply for continued access every year rather than being approved once and left alone. If a review lapses or an application gets rejected, the bot loses access to that privileged data, which can quietly break features like welcome DMs, moderation logs, or activity tracking.
Practical Impact for Server Owners
If You Use Small or Medium Bots
No real impact. Everything continues to function as normal.
If You Rely on Large Ecosystem Bots
Moderation, music, or leveling bots that reach hundreds of thousands of users could lose member list or message based functionality if their developer fails review or misses the annual reapplication window.
If You Self Host a Custom Bot
Once your bot crosses 10,000 users, you'll need to apply through the Developer Portal yourself.
If you're looking for active, well run communities that already rely on properly maintained bots, you can browse technology focused servers on discords.ai.
FAQ
Does this change affect small servers?
No. Apps reaching fewer than 10,000 users are not impacted by these changes.
What exactly is Message Content Intent?
It lets a bot read actual message text, which is commonly needed for moderation bots or AI powered chat bots.
What happens if a bot fails its review?
The bot loses access to that specific privileged data, which can break related features like member syncing, message scanning, or presence tracking.
This update is part of a broader push toward accountability across Discord's bot ecosystem. For server owners, the takeaway is simple: know what your bots actually do, understand their real data needs, and keep an eye on the compliance status of any large scale bot you depend on. Full details are available on Discord's official developer blog.