mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
fix webhooks docs
This commit is contained in:
parent
f0dcd930dd
commit
c3057ee274
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.. webhook:
|
.. webhook:
|
||||||
|
|
||||||
BoticordWebhook
|
Webhooks
|
||||||
---------------
|
---------------
|
||||||
.. autoclass:: boticordpy.BoticordWebhook
|
.. autoclass:: boticordpy.BoticordWebhook
|
||||||
:members:
|
:members:
|
Loading…
Reference in a new issue