From 674f414ae0e029377a303260bcaf1598f040387d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 19 Dec 2020 06:00:21 -0500 Subject: [PATCH] Add attributetable to WebhookMessage --- docs/api.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 01198fcbd..edf77bad1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2624,11 +2624,19 @@ Webhook Support discord.py offers support for creating, editing, and executing webhooks through the :class:`Webhook` class. +Webhook +~~~~~~~~~ + .. attributetable:: Webhook .. autoclass:: Webhook :members: +WebhookMessage +~~~~~~~~~~~~~~~~ + +.. attributetable:: WebhookMessage + .. autoclass:: WebhookMessage :members: