diff --git a/disnake/client.py b/disnake/client.py index e4fa0e35a9..625043f5c6 100644 --- a/disnake/client.py +++ b/disnake/client.py @@ -1260,7 +1260,7 @@ def run(self, *args: Any, **kwargs: Any) -> None: Parameters ---------- - token: `str` + token: :class:`str` The discord token of the bot that is being ran. Roughly Equivalent to: ::