mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Add attributetable to WebhookMessage
This commit is contained in:
@ -2624,11 +2624,19 @@ Webhook Support
|
|||||||
|
|
||||||
discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class.
|
discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class.
|
||||||
|
|
||||||
|
Webhook
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
.. attributetable:: Webhook
|
.. attributetable:: Webhook
|
||||||
|
|
||||||
.. autoclass:: Webhook
|
.. autoclass:: Webhook
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
WebhookMessage
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. attributetable:: WebhookMessage
|
||||||
|
|
||||||
.. autoclass:: WebhookMessage
|
.. autoclass:: WebhookMessage
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user