Skip to content

Commit da59485

Browse files
LumabotsSoheab
andauthored
Update discord/client.py
Co-authored-by: Soheab <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent 543dec8 commit da59485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ async def get_or_fetch(
12251225
Type of object to fetch or get.
12261226
object_id: int | None
12271227
ID of object to get. If None, returns default if provided, else None.
1228-
default: Any, optional
1228+
default: Any | None
12291229
A default to return instead of raising if fetch fails.
12301230
12311231
Returns

0 commit comments

Comments
 (0)