From a8cf4a49828a83a5f76b401ee894222a0be26968 Mon Sep 17 00:00:00 2001 From: Wolfiri Date: Sun, 9 Oct 2016 15:38:22 -0700 Subject: [PATCH] Minor spelling fixes --- disco/types/channel.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/disco/types/channel.py b/disco/types/channel.py index 0c12048..9ec585d 100644 --- a/disco/types/channel.py +++ b/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`