From eef5df0aa0804fc5d2127fa028ec280897479b7e Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Sun, 12 Sep 2021 13:46:35 +0300 Subject: [PATCH] update docs --- boticordpy/webhook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boticordpy/webhook.py b/boticordpy/webhook.py index 770fa17..7f76fe1 100644 --- a/boticordpy/webhook.py +++ b/boticordpy/webhook.py @@ -97,7 +97,7 @@ class BoticordWebhook: Parameters ---------- - port :class:`int` + port The port to run the webhook on. """ self.bot.loop.create_task(self._run(port))