Browse Source

Typo Fixes 2.1

(Realised a forgot the format for args)
pull/122/head
NCPlayz 6 years ago
parent
commit
7bd260fb99
  1. 2
      disco/types/channel.py
  2. 2
      disco/types/guild.py

2
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.

2
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)

Loading…
Cancel
Save