From df57392aea1a011f27607c9cb7e0a786df798205 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 27 Jun 2020 07:08:46 -0400 Subject: Fix table wrapping --- discord/invite.py | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) (limited to 'discord') diff --git a/discord/invite.py b/discord/invite.py index 2f7c273d..364fc274 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -235,23 +235,28 @@ class Invite(Hashable): The following table illustrates what methods will obtain the attributes: - +------------------------------------+----------------------------------------------------------+ - | Attribute | Method | - +====================================+==========================================================+ - | :attr:`max_age` | :meth:`abc.GuildChannel.invites`\, :meth:`Guild.invites` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`max_uses` | :meth:`abc.GuildChannel.invites`\, :meth:`Guild.invites` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`created_at` | :meth:`abc.GuildChannel.invites`\, :meth:`Guild.invites` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`temporary` | :meth:`abc.GuildChannel.invites`\, :meth:`Guild.invites` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`uses` | :meth:`abc.GuildChannel.invites`\, :meth:`Guild.invites` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`approximate_member_count` | :meth:`Client.fetch_invite` | - +------------------------------------+----------------------------------------------------------+ - | :attr:`approximate_presence_count` | :meth:`Client.fetch_invite` | - +------------------------------------+----------------------------------------------------------+ + +------------------------------------+----------------------------------+ + | Attribute | Method | + +====================================+==================================+ + | :attr:`max_age` | :meth:`abc.GuildChannel.invites` | + | | :meth:`Guild.invites` | + +------------------------------------+----------------------------------+ + | :attr:`max_uses` | :meth:`abc.GuildChannel.invites` | + | | :meth:`Guild.invites` | + +------------------------------------+----------------------------------+ + | :attr:`created_at` | :meth:`abc.GuildChannel.invites` | + | | :meth:`Guild.invites` | + +------------------------------------+----------------------------------+ + | :attr:`temporary` | :meth:`abc.GuildChannel.invites` | + | | :meth:`Guild.invites` | + +------------------------------------+----------------------------------+ + | :attr:`uses` | :meth:`abc.GuildChannel.invites` | + | | :meth:`Guild.invites` | + +------------------------------------+----------------------------------+ + | :attr:`approximate_member_count` | :meth:`Client.fetch_invite` | + +------------------------------------+----------------------------------+ + | :attr:`approximate_presence_count` | :meth:`Client.fetch_invite` | + +------------------------------------+----------------------------------+ If it's not in the table above then it is available by all methods. -- cgit v1.2.3