Skip to content

Commit 714c68a

Browse files
LumabotsCopilot
andauthored
Update discord/appinfo.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 41f12a2 commit 714c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/appinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def __init__(
595595
self.guild = guild
596596
self.user = user
597597

598-
def _encode_install_params(self, value: AppInstallParams | None) -> dict | None:
598+
def _encode_install_params(self, value: AppInstallParams | None) -> dict[str, object] | None:
599599
if value is None:
600600
return None
601601
return {"oauth2_install_params": value.to_payload()}

0 commit comments

Comments
 (0)