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 v5 #71

Merged
merged 11 commits into from
Jun 6, 2016
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Links in-between docs can be achieved by using a hash-symbol, plus the markdown
```

### Alert Boxes
Alert boxes are achieved by using a block quote that has one of 'warning', 'alert' or 'info' on the first line.
Alert boxes are achieved by using a block quote that has one of 'warning', 'danger' or 'info' on the first line.

## Join the Unofficial Discord API Server
The Unofficial Discord API server is a common hangout for library and bot developers alike. It's a great starting point for those looking to dive in and learn bot-creation with the Discord API.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/CHANNEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Get a channel by ID. Returns a [guild channel](#DOCS_CHANNEL/guild-channel-objec

## Modify Channel % PUT/PATCH /channels/{channel.id#DOCS_CHANNEL/guild-channel-object}

Update a channels settings. Requires the 'MANAGE_GUILD' permission for the guild. Returns a [guild channel](#DOCS_CHANNEL/guild-channel-object) on success, and a 400 BAD REQUEST on invalid parameters. Fires a [Channel Update](#DOCS_GATEWAY/channel-update) Gateway event.
Update a channels settings. Requires the 'MANAGE_GUILD' permission for the guild. Returns a [guild channel](#DOCS_CHANNEL/guild-channel-object) on success, and a 400 BAD REQUEST on invalid parameters. Fires a [Channel Update](#DOCS_GATEWAY/channel-update) Gateway event. For the **PATCH** method, all the JSON Params are optional.

###### JSON Params

Expand Down
Loading