diff --git a/disnake/client.py b/disnake/client.py index 80b3d67c65..2c4e2c7da4 100644 --- a/disnake/client.py +++ b/disnake/client.py @@ -1272,7 +1272,12 @@ def run(self, *args: Any, **kwargs: Any) -> None: This function must be the last function to call due to the fact that it is blocking. That means that registration of events or anything being - called after this function call will not execute until it returns. + called after this function call will not execute until it returns + + Parameters + ---------- + token: :class:`str` + The discord token of the bot that is being ran. """ loop = self.loop