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

Add topic to list of fields for create guild channel. #572

Merged
merged 1 commit into from
Apr 2, 2018
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
Add topic to list of fields for create guild channel.
  • Loading branch information
omnilord committed Apr 1, 2018
commit 350a5d9de32efa9678ce7fdd8a1931f903206950
1 change: 1 addition & 0 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ Create a new [channel](#DOCS_RESOURCES_CHANNEL/channel-object) object for the gu
|-------|------|-------------|
| name | string | channel name (2-100 characters) |
| type | integer | the [type of channel](#DOCS_RESOURCES_CHANNEL/channel-object-channel-types) |
| topic | string | channel topic (0-1024 characters) |
| bitrate | integer | the bitrate (in bits) of the voice channel (voice only) |
| user_limit | integer | the user limit of the voice channel (voice only) |
| permission_overwrites | an array of [overwrite](#DOCS_RESOURCES_CHANNEL/overwrite-object) objects | the channel's permission overwrites |
Expand Down