Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway Intents #1307

Merged
merged 15 commits into from
Feb 14, 2020
Prev Previous commit
Next Next commit
Update Gateway.md
  • Loading branch information
night committed Feb 14, 2020
commit 7118d271a495ce3b37bbc93b6881171cdc0196a5
2 changes: 1 addition & 1 deletion docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ If the gateway ever issues a disconnect to your client, it will provide a close
## Gateway Intents

> info
> Intents are optionally supported on the v6 gateway. They will become mandatory in a future v7 gateway version.
> Intents are optionally supported on the v6 gateway. They will become mandatory in a future gateway version.

Maintaining a stateful application can be difficult when it comes to the amount of data you're expected to process, especially at scale. Gateway Intents are a system to help you lower that computational burden.

Expand Down