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

Fixed a missed dot in listed sentences and a probably unintended italic part of text caused by an unescaped underscore in the Oauth2 topic #1

Merged
merged 1 commit into from
Apr 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/topics/OAUTH2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bots within the Discord API are a separate type of users that are owned by appli

1. Bots cannot utilize the friends list feature.
2. Bots cannot accept invites.
3. Bots are not limited to a maximum of 100 guilds
3. Bots are not limited to a maximum of 100 guilds.
4. Bots have a per-server rather than global rate limit.

## Implementing OAuth2
Expand Down Expand Up @@ -77,4 +77,4 @@ A URL can be generated that redirects authenticated users to the add-bot flow, b
https://discordapp.com/oauth2/authorize?&client_id=157730590492196864&scope=bot&permissions=0
```

Where client_id is your _bot_ accounts ID, and permissions is an integer following the [permissions](#DOCS_PERMISSIONS/bitwise-permission-flags) format.
Where client\_id is your _bot_ account's ID, and permissions is an integer following the [permissions](#DOCS_PERMISSIONS/bitwise-permission-flags) format.