mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Remove manual :async-for: markers
This commit is contained in:
parent
39c5a4fdc3
commit
6979e56088
51
docs/api.rst
51
docs/api.rst
@ -40,14 +40,11 @@ Client
|
|||||||
|
|
||||||
.. autoclass:: Client
|
.. autoclass:: Client
|
||||||
:members:
|
:members:
|
||||||
:exclude-members: fetch_guilds, event
|
:exclude-members: event
|
||||||
|
|
||||||
.. automethod:: Client.event()
|
.. automethod:: Client.event()
|
||||||
:decorator:
|
:decorator:
|
||||||
|
|
||||||
.. automethod:: Client.fetch_guilds
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
AutoShardedClient
|
AutoShardedClient
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -3357,10 +3354,7 @@ Messageable
|
|||||||
|
|
||||||
.. autoclass:: discord.abc.Messageable()
|
.. autoclass:: discord.abc.Messageable()
|
||||||
:members:
|
:members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: discord.abc.Messageable.history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: discord.abc.Messageable.typing
|
.. automethod:: discord.abc.Messageable.typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3416,10 +3410,7 @@ User
|
|||||||
.. autoclass:: User()
|
.. autoclass:: User()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3510,10 +3501,6 @@ Reaction
|
|||||||
|
|
||||||
.. autoclass:: Reaction()
|
.. autoclass:: Reaction()
|
||||||
:members:
|
:members:
|
||||||
:exclude-members: users
|
|
||||||
|
|
||||||
.. automethod:: users
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
Guild
|
Guild
|
||||||
~~~~~~
|
~~~~~~
|
||||||
@ -3522,13 +3509,6 @@ Guild
|
|||||||
|
|
||||||
.. autoclass:: Guild()
|
.. autoclass:: Guild()
|
||||||
:members:
|
:members:
|
||||||
:exclude-members: fetch_members, audit_logs
|
|
||||||
|
|
||||||
.. automethod:: fetch_members
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: audit_logs
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. class:: BanEntry
|
.. class:: BanEntry
|
||||||
|
|
||||||
@ -3596,10 +3576,7 @@ Member
|
|||||||
.. autoclass:: Member()
|
.. autoclass:: Member()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3671,10 +3648,7 @@ TextChannel
|
|||||||
.. autoclass:: TextChannel()
|
.. autoclass:: TextChannel()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3687,10 +3661,7 @@ Thread
|
|||||||
.. autoclass:: Thread()
|
.. autoclass:: Thread()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3756,10 +3727,7 @@ DMChannel
|
|||||||
.. autoclass:: DMChannel()
|
.. autoclass:: DMChannel()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
@ -3772,10 +3740,7 @@ GroupChannel
|
|||||||
.. autoclass:: GroupChannel()
|
.. autoclass:: GroupChannel()
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: typing
|
.. automethod:: typing
|
||||||
:async-with:
|
:async-with:
|
||||||
|
@ -346,10 +346,7 @@ Context
|
|||||||
.. autoclass:: discord.ext.commands.Context
|
.. autoclass:: discord.ext.commands.Context
|
||||||
:members:
|
:members:
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:exclude-members: history, typing
|
:exclude-members: typing
|
||||||
|
|
||||||
.. automethod:: discord.ext.commands.Context.history
|
|
||||||
:async-for:
|
|
||||||
|
|
||||||
.. automethod:: discord.ext.commands.Context.typing
|
.. automethod:: discord.ext.commands.Context.typing
|
||||||
:async-with:
|
:async-with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user