Skip to content

Commit 41f12a2

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

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
@@ -260,7 +260,7 @@ def __init__(self, state: ConnectionState, data: AppInfoPayload):
260260
)
261261
raw_flags = data.get("flags")
262262
self._flags: int | None = raw_flags if isinstance(raw_flags, int) else None
263-
self.redirect_uris: list[str] | None = data.get("redirect_uris", [])
263+
self.redirect_uris: list[str] = data.get("redirect_uris", [])
264264
self.interactions_endpoint_url: str | None = data.get(
265265
"interactions_endpoint_url"
266266
)

0 commit comments

Comments
 (0)