Browse Source

Minor spelling fixes

pull/4/head
Wolfiri 9 years ago
committed by GitHub
parent
commit
a8cf4a4982
  1. 8
      disco/types/channel.py

8
disco/types/channel.py

@ -63,13 +63,13 @@ class Channel(Model, Permissible):
guild_id : Optional[snowflake] guild_id : Optional[snowflake]
The guild id this channel is part of. The guild id this channel is part of.
name : str name : str
The channels name. The channel's name.
topic : str topic : str
The channels topic. The channel's topic.
position : int position : int
The channels position. The channel's position.
bitrate : int bitrate : int
The channels bitrate. The channel's bitrate.
recipients: list(:class:`disco.types.user.User`) recipients: list(:class:`disco.types.user.User`)
Members of this channel (if this is a DM channel). Members of this channel (if this is a DM channel).
type : :const:`ChannelType` type : :const:`ChannelType`

Loading…
Cancel
Save