mirror of
				https://github.com/Rapptz/discord.py.git
				synced 2025-10-31 05:23:03 +00:00 
			
		
		
		
	Fix table wrapping
This commit is contained in:
		| @@ -203,23 +203,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. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user