fix webhooks docs

This commit is contained in:
Victor Kotlin 2021-09-24 19:16:53 +03:00
parent f0dcd930dd
commit c3057ee274
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@ class BoticordWebhook:
Parameters Parameters
---------- ----------
route :class:`str` route : :class:`str`
Bot's webhook route. Must start with ``/``. Defaults - ``/bot``. Bot's webhook route. Must start with ``/``. Defaults - ``/bot``.
hook_key :class:`str` hook_key : :class:`str`
Webhook authorization key. Webhook authorization key.
Returns Returns

View file

@ -2,7 +2,7 @@
.. webhook: .. webhook:
BoticordWebhook Webhooks
--------------- ---------------
.. autoclass:: boticordpy.BoticordWebhook .. autoclass:: boticordpy.BoticordWebhook
:members: :members: