update docs

This commit is contained in:
Victor Kotlin 2021-09-12 13:46:35 +03:00
parent 8b312e3a78
commit eef5df0aa0

View file

@ -97,7 +97,7 @@ class BoticordWebhook:
Parameters Parameters
---------- ----------
port :class:`int` port
The port to run the webhook on. The port to run the webhook on.
""" """
self.bot.loop.create_task(self._run(port)) self.bot.loop.create_task(self._run(port))