diff --git a/disco/types/channel.py b/disco/types/channel.py index e8a69d7..6dc2c83 100644 --- a/disco/types/channel.py +++ b/disco/types/channel.py @@ -112,7 +112,7 @@ class Channel(SlottedModel, Permissible): The channel's bitrate. user_limit : int The channel's user limit. - recipients: list(:class:`disco.types.user.User`) + recipients : list(:class:`disco.types.user.User`) Members of this channel (if this is a DM channel). type : :const:`ChannelType` The type of this channel. diff --git a/disco/types/guild.py b/disco/types/guild.py index 1a3f610..baaac48 100644 --- a/disco/types/guild.py +++ b/disco/types/guild.py @@ -315,7 +315,7 @@ class Guild(SlottedModel, Permissible): All of the guild's voice states. premium_tier : int Guild's premium tier. - premium_subscription_count: int + premium_subscription_count : int The amount of users using their Nitro boost on this guild. """ id = Field(snowflake)