You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/client.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Client
96
96
97
97
:param Union[str, list[str]] scope: A list, or space-seperated string for the authorization scope
98
98
:param Optional[str] state: State parameter. It is recommended for security.
99
+
:param Optional[bool] skip_prompt: Doesn't require the end user to reauthorize if they've already authorized you app before. Defaults to ``False``.
99
100
:param Optional[Literal["code", "token"]] response_type: either code, or token. token means the server can't access it, but the client can use it without converting.
100
101
:param Optional[Union[int, str]] guild_id: the guild ID to add a bot/webhook.
101
102
:param Optional[bool] disable_guild_select: wether to allow the authorizing user to change the selected guild
0 commit comments