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]
The guild id this channel is part of.
name : str
The channels name.
The channel's name.
topic : str
The channels topic.
The channel's topic.
position : int
The channels position.
The channel's position.
bitrate : int
The channels bitrate.
The channel's bitrate.
recipients: list(:class:`disco.types.user.User`)
Members of this channel (if this is a DM channel).
type : :const:`ChannelType`

Loading…
Cancel
Save