From 7bd260fb993961452bb26a8891f24cf15fef5a58 Mon Sep 17 00:00:00 2001 From: NCPlayz Date: Sat, 12 Oct 2019 18:00:35 +0100 Subject: [PATCH] Typo Fixes 2.1 (Realised a forgot the format for args) --- disco/types/channel.py | 2 +- disco/types/guild.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)