From 8b312e3a7898049bac8bd6446e61c2ca45fe0d49 Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Sun, 12 Sep 2021 13:43:50 +0300 Subject: [PATCH] update docs --- boticordpy/webhook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boticordpy/webhook.py b/boticordpy/webhook.py index 351bb69..770fa17 100644 --- a/boticordpy/webhook.py +++ b/boticordpy/webhook.py @@ -49,9 +49,9 @@ class BoticordWebhook: Parameters ---------- - route str + route :class:`str` Bot's webhook route. Must start with ``/``. Defaults - ``/bot``. - hook_key str + hook_key :class:`str` Webhook authorization key. Returns