Skip to content

Commit 58d355f

Browse files
LumabotsSoheab
andauthored
Update utils.py
Co-authored-by: Soheab <[email protected]> Signed-off-by: Lumouille <[email protected]>
1 parent c7edcf3 commit 58d355f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ async def get_or_fetch(
641641
642642
Parameters
643643
----------
644-
obj : :class:`Guild` | :class:`Client`
644+
obj: :class:`Guild` | :class:`Client`
645645
The object to operate on.
646646
647647
object_type: :class:`VoiceChannel` | :class:`TextChannel` | :class:`ForumChannel` | :class:`StageChannel` | :class:`CategoryChannel` | :class:`Thread` | :class:`User` | :class:`Guild` | :class:`Role` | :class:`Member` | :class:`GuildEmoji` | :class:`AppEmoji`
@@ -650,7 +650,7 @@ async def get_or_fetch(
650650
object_id: :class:`int` | :data:`None`
651651
ID of object to get.
652652
653-
default : Any | :data:`None`
653+
default: Any | :data:`None`
654654
The value to return instead of raising if fetching fails.
655655
656656
Returns

0 commit comments

Comments
 (0)